Python

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