Across
- 2. positive or negative number with a decimal point
- 3. part or all of a line of code that Python calculates to determine a value
- 5. a block of code that is performed repeatedly
- 7. offseeting code with one or more tabs (do not use spaces)
- 9. a type of value that can have many properties
- 12. in a function definition this tells Python what value the function produces
- 13. in the variable on the left side of the equal sign the value of the expression on the right side
- 14. rules that define the way code must be written
- 15. a value that is either True (or 1) or False (or 0)
Down
- 1. a line of code that tells Python to make some action happen
- 4. causes Python to choose what to do next
- 6. a sequence of statements telling Python what to do
- 8. a positive or negative whole number
- 10. a line of code that Python ignores but which explains the program to programmers
- 11. a container that records a value which can be changed
