Python Puzzle

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