Changes

Jump to: navigation, search

OPS435 Python3 Lab 1

1 byte added, 00:53, 6 September 2019
Creating the "Hello World" Python Script
print('Hello world')
</source>
<li style="margin-left:25px;">Another way of running a Python program is executing it directly, e.g.: <source>./testlab1a.py</source>Note that the file will need execute permissions even though you ran it just fine earlier. Why is that?
<li style="margin-left:25px;">Download the check script and check your work. Enter the following commands from the bash shell.<source lang="bash">
cd ~/ops435/lab1/
1,760
edits

Navigation menu