You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1 pydoc (command) to see documentation in terminal
# 2 q to quit pydoc
# 3 online pydoc meaning lookup... displays documentation on the sys module
# 4 Open() opens a file object. file() opens a file and allows user to run commands to read, edit, close, etc. os() exports commands from os. sys() accesses some objects in the interpretter