Programming in Python Crossword

12345678910111213
Across
  1. 3. The print function needs these around it
  2. 5. The data type used to store whole numbers
  3. 7. The data type used to store text
  4. 8. The computing term for makeing code run, it's also a bit fatal
  5. 10. A boolean data type can be True or _____ ?
  6. 11. The Python function that prompts you for an answer
Down
  1. 1. The data type used to store decimals
  2. 2. The general name for things we want our program to store
  3. 3. An error in a program or an insect!
  4. 4. The type of errors you get when you miss off a bracket or quote
  5. 6. What Python command can go inbetween IF and ELSE, a bit elfish!
  6. 9. What goes on the end of an IF, ELIF or ELSE line?
  7. 12. The Python command that sends output to the monitor
  8. 13. What key on the keyboard do you press to indent your code?