Across
- 3. A function that displays text on the screen.
- 6. A function that asks the user for information.
- 7. A note in code that begins with # and is ignored by Python.
- 8. A method that turns a string into all uppercase letters.
- 10. A method that removes extra spaces from the beginning and end of a string.
- 12. The symbol # used to write a comment in Python.
- 13. Used to describe or explain the code but is not run by Python.
- 14. A text value stored in quotation marks in Python.
- 15. What is used to store data in variables in a Python program.
- 16. This method makes all the letters in a string lowercase.
Down
- 1. A method that splits a string into a list based on a specific character.
- 2. The function you use to get text from the user in Python.
- 4. The character used to indicate the start of a string (usually " " or ' ').
- 5. A method that finds the length of a string.
- 9. A method to replace parts of a string with another value.
- 11. A method that capitalizes the first letter of a string.
