-
Notifications
You must be signed in to change notification settings - Fork 0
Chapter 1
Jarlin Almanzar edited this page Oct 22, 2019
·
9 revisions
cd to change directory
cd .. to back to previous folder/parent
cd folder_name to go to folder
mkdir folder_name make a folder with the given name
dir gets the files/folders in current or specified directory
python program_name.py
print("Hello Python World")
When a program contains a significant error, Python displays a traceback, which is an error report