python
Across
- 2. represents true or false
- 4. divides the two numbers and returns the remainder
- 7. {‘a’: ‘Hello’, ‘b’: 10}
- 8. (a, b)
- 11. [‘a’, ‘b’, ‘c’]
- 12. a name given to a location in memory where a value can be stored
Down
- 1. determines the type of data that can be stored in a variable
- 3. a data type that include decimal numbers
- 5. special symbols in Python to perform calculations
- 6. a sequence of characters
- 9. the operators that help make decisions in programs
- 10. a data type that represents whole numbers without decimal points