The Amazing World of Python

12345678
Across
  1. 4. Contains a block of code that activates when a conditional expression is met
  2. 5. A block of code used to do a single action
  3. 6. A function for printing out certain things
  4. 8. Contains a block of code that follows after a conditional expression isn't met
Down
  1. 1. Made by enclosing words and other things in quotes
  2. 2. A place for the computer to store values
  3. 3. A type of numeric value that has no decimals
  4. 5. A type of numeric value that includes decimals
  5. 7. A variable that stores information entered in by the user