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