Python

1234567891011121314
Across
  1. 2. the command to change data from a number to a string
  2. 4. the type of variable to store more than one item
  3. 5. a loop to run based on a condition
  4. 8. the command to start working with a file
  5. 9. display information on the screen
  6. 11. the command to finish working with a file
  7. 13. what we need to do to an input statement so that we can use it in calculations
  8. 14. the word to start the way a function is going to work
Down
  1. 1. the boolean check we use to determine if something is valid and used in if statements
  2. 2. the type of bracket to do string manipulation
  3. 3. the character used to start comments
  4. 6. get information from the user
  5. 7. a loop to run based on a number of times
  6. 10. get commands from a library file
  7. 12. the false part of an if statement
  8. 13. to check if a condition is true or false