Changes

Jump to: navigation, search

OPS435 Python Lab 1

10 bytes removed, 10:49, 18 July 2017
Creating the introductory "Hello World" Script
vim ~/ops435/lab1/lab1a.py
</source>
:#Write the following code into our python file. Note the she-bang line at the top of the file to run this script in the python3 environment. You will need to add this she-bang line for any remaining all python scripts you create for this course.<source>
#!/usr/bin/env python3

Navigation menu