MacOS Terminal Commands.

CommandWhat does it do?
lsLists the contents of the current directory
clearClear the terminal
cdGoto the home directory (user directory)
cd ..Go one directory up
cd pythoncodeGoto the directory 'pythoncode'
python3 helloworld.pyExecute python script 'helloworld.py'
python3 -VShow the installed Python version