Python Terms

1234567891011121314151617
Across
  1. 1. The function used to get input from the user
  2. 2. The program that evaluates each line of code and executes them on the fly.
  3. 6. Whole numbers
  4. 8. A value passed to a function when it is called
  5. 9. Numbers with decimal points
  6. 10. Sequences of characters in enclosed quotes
  7. 11. Executes the same code while a condition is true
  8. 14. A reusable block of code designed to perform a specific task
  9. 15. A named storage location in memory to hold data.
  10. 16. The keyword used to import modules into the current program
Down
  1. 1. The location of a specific value in a list or tuple
  2. 2. The statement used to execute code depending on the conditions specified
  3. 3. An event that occurs during a program's execution that is triggered by an error
  4. 4. Represents True or False
  5. 5. An ordered collection of items enclosed in square brackets
  6. 7. The area of code where a variable can be seen and used
  7. 12. The function used to display information on the screen
  8. 13. A control structure that repeatedly executes a block of code
  9. 14. Executes the same code for every element of a collection
  10. 17. An immutable collection of items enclosed in parentheses