1,760
edits
Changes
→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/