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