Changes

Jump to: navigation, search

OPS435 Python Lab 1

1 byte removed, 10:50, 18 July 2017
String Variables
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 all any remaining python scripts you create for this course.<source>
#!/usr/bin/env python3
print(name)
</source>
:#Think about why this does something differentnot work:<source>
print('name')
</source>

Navigation menu