Python Crossword

123456789
Across
  1. 1. An item whose value can be changed throughout the program
  2. 4. The command that lets us place writing on the screen
  3. 5. A data type that acts as writing
  4. 7. The command used to let users enter data into a program
  5. 8. The syntax we need to place after a command, contains the settings of that command
  6. 9. A data type for decimal numbers
Down
  1. 2. A data type for whole numbers
  2. 3. In Python, the * means ________
  3. 4. The programming language we are learning
  4. 6. ______StudioCode, the program we use when programming in Python