Changes

Jump to: navigation, search

OPS435 Python Lab 1

193 bytes added, 13:30, 18 May 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 python scripts you create for this course. <source>
#!/usr/bin/env python3
13,420
edits

Navigation menu