Python Puzzle
Across
- 3. true or false, you can change the positions of items in a tuple
- 5. word used to add new items on a list
- 6. if(5>3): print(true) elif (4>3): false
- 8. what do you do with a "#"
- 11. what are you doing when you use the "*" symbol
- 14. list that can not be changed
Down
- 1. a set of directions
- 2. library imported to generate random numbers
- 4. statement that will run if all the previous if and elif dont work
- 7. loops that dont need a range but a true condition
- 8. word used to count the number of times a substring appears in a string
- 9. word used to find the maximum of two numbers
- 10. word used to stop a loop
- 12. A collection of items enclosed in square brackets
- 13. statement to ask the user for information