Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 485 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 485 Bytes

Please refer to your LMS for the outline

To run a particular file, go to the "Shell" tab, navigate to the appropriate file using terminal commands, and run the file using python3 file_name.py

To list the files in the current directory type ls

To change directories in the shell type cd followed by a space and then the directory you want to change to

To go up or back a directory type cd ..

If you get lost or want to see what directory you are currently in type pwd