Across
- 3. An expression that evaluates to true or false.
- 7. Text in code ignored by the computer, used for explanations.
- 10. An operator that gives the remainder of the division of two numbers. (This symbol: %)
- 11. Values given to parameters when a function is called.
- 13. The data or instructions that are entered into a computer program to make it run.
- 15. Predefined functions in Python, such as print, type, abs, round, min, and max.
- 17. Values in a function that serve as special, function only variables to customize the behavior.
- 18. Spaces or tabs used to structure code.
Down
- 1. A block of code designed to perform a particular task
- 2. A Python module that provides functions to create random numbers.
- 4. The information that a computer displays, prints, or sends to another device after processing input.
- 5. A function that returns a random integer within a specified range, inclusive of both the minimum and maximum values.
- 6. protecting computer systems, networks, devices, and data from unauthorized access or attack.
- 8. A collection of related functions.
- 9. A statement that allows a function to send back a result to the caller so that it can be used in subsequent operations.
- 12. A named storage of data in a program.
- 14. A collection of related modules.
- 16. A reserved word that has a specific meaning in the programming language.
