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