Python programming terms

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