coding

Cards (13)

  • append = adds to end of list
  • for _ in range (_) = does something a number of times
  • import random = imports a random feature
  • random.randint (_,_) = chooses a random number from one number to another
  • print(str(x+1) = prints with a number going up 1 each time
  • while True = runs program whole it is true
  • function = returns function to program
  • procedure = does not return
  • def = begins function and procedure
  • len = length of something
  • while + creates while loop
  • if, else, elif = if statements
  • [] = for lists