Across
- 1. The Python command to start a structure that will evaluate whether a statement is true
- 5. A particular type of data item
- 7. A memory store that can store data that can change
- 8. The Python command to output text on the screen
- 9. A line of code that is ignored by the computer
Down
- 1. A line of code in a program
- 2. The Python command that follows a statement check and will follow the commands here if it is false
- 3. A datatype that is a whole number
- 4. A datatype that can hold words or sentences
- 6. The Python command that will ask the user to enter data
