Terms to Know

  • input = instructions you give to a computer
  • output = the information the computer gives to you
  • sequence = several lines of code together

Python Linux Commands

  • pwd = print working directory
  • cd = change directory
  • mkdir = make directory
  • ls = list directory
  • Python syntax print(“”)