Weyl E Room Team 1
Across
- 3. : punctuation that indicates a code block follows
- 7. value passed to a function indicating how it should be performed
- 8. a container that records a value which can be changed
- 10. logical operator that is True when the value on the left OR on the right is True, but not both
- 11. a fixed chunk of information such as the number "10" or the string "Hello"
- 12. a line of code that tells Python to make some action happen
- 14. part or all of a line of code that Python calculates to determine a value
- 15. stores the value on the right side of the equal sign in the variable on the left side
Down
- 1. a line of code that Python ignores but which explains the program to programmers
- 2. A number system based on only 0 and 1 in places that represent powers of 2
- 4. a character, shape, or text with transparent background that can be placed on the stage
- 5. rules that define the way code must be written
- 6. one dot on a display with an associated Red, Green, and Blue (rgb) intensity
- 9. A single BInary digiT, i.e., 0 or 1
- 13. a block of code that runs when the user takes an action such as clicking the mouse