Python Logic Crossword Challenge
Across
- 2. – A data type that holds either True or False.
- 5. – Type of loop that repeats while a condition is true.
- 7. – A loop that runs a set number of times.
- 9. – Used to change data from one type to another.
- 10. – Used to convert a value to an integer.
- 11. – Statement used to skip the rest of a loop iteration.
- 12. – Data type used for numbers with decimals.
- 13. – Used to check if a number is even or odd using division remainder.
- 16. – Used to get information from a user.
- 17. – Keyword that starts a conditional statement.
- 18. – Function used to display text on the screen.
- 20. – A symbol used to add a comment in Python.
Down
- 1. – Keyword that ends a conditional chain when no other is true.
- 3. – Operator used to compare if two values are the same.
- 4. – Used to display multiple lines of text neatly.
- 6. – Value that cannot be changed once assigned (string, int, etc.).
- 8. – Used to combine strings together.
- 14. – Keyword used for “otherwise if” in a conditional.
- 15. – A data type used for words or text.
- 19. – A container that stores a value for later use.