Python
Across
- 4. a block of code which only runs when it is called
- 6. stores data in form of key:value pairs
- 7. is like a list, but can store a value only once
- 9. numeric type tha can store fractional numbers
- 10. can store multiple value items between square brackets
- 11. object containing a countable number of values
- 13. an array of characters
- 14. the operation of linking two strings together
- 16. can store only 2 values: True or False
- 17. can store multiple value items between round brackets
Down
- 1. is used to separate a code block from the rest of the code
- 2. defines the character set of a file
- 3. statement used for displaying a value in the shell
- 5. can perform operations on variables and values
- 8. container for storing data values
- 9. stores data on a storage device
- 12. executes a group of statements repeatedly
- 15. numeric type that can only store integer numbers