print('Hello World')
Hello World
pwd
'/home/gi/04102021'
cd Desktop
[Errno 2] No such file or directory: 'Desktop' /home/gi/04102021
cd explore
[Errno 2] No such file or directory: 'explore' /home/gi/04102021
ls
'EPFTA&H_Chapter_7.ipynb' hi.py NLPP_Chapter1.ipynb
cd ~
/home/gi
pwd
'/home/gi'
cd Desktop
[Errno 2] No such file or directory: 'Desktop' /home/gi
ls #lists all files, including directories, on the desktop
04102021/ 23092021/ 27092021/ public_html/ shared@
cd explore
[Errno 2] No such file or directory: 'explore' /home/gi
ls # lists all files in "explore."
04102021/ 23092021/ 27092021/ public_html/ shared@
cd ..
/home
ls
alnik/ carmen/ flem/ grgr/ kimberley/ mirischoeb/ murtaugh/ pi/ cara/ chae/ gi/ kamo/ manetta/ mitsa/ ohjian/ supi/
python hi_world.py #?????
File "/tmp/ipykernel_13534/3176601765.py", line 1 python hi_world.py #????? ^ SyntaxError: invalid syntax