Python Basics

123456789
Across
  1. 2. Used to repeat a block of code for a certain number of times (3 letters)
  2. 4. A mistake in the program that causes it to fail (5 letters)
  3. 6. A value that is either True or False (4 letters)
  4. 7. This is used to get input from the user (___() function) (5 letters)
  5. 9. The data type used for text (6 letters)
Down
  1. 1. A container for storing data (8 letters)
  2. 2. A set of instructions in a named block, reusable (8 letters)
  3. 3. A number with a decimal point in Python is called a (5 letters)
  4. 5. Python is known as a __________ level language. (4 letters)
  5. 8. A keyword to display output in Python (5 letters)