Across
- 3. methods used to keep the screen from disappearing
- 5. method used to clear a list
- 6. aList = [10,20,30]
- 9. a if statement inside another if statement is said to be?
- 13. method name to add to a list
- 18. method used to join lists
- 20. setx() and sety() requires what inside the parenthesis
- 21. method to determine the length of a variable or list
- 23. if((4<5) or (4==5)):
- 25. initial for the name of this course last year
- 28. method used to update the screen
- 29. all if statements need an else clause
- 30. method that provides the location of an object on the y-axis
Down
- 1. true or false
- 2. method used to remove the last item on a list
- 4. method used to display or output
- 5. initial for the name of this course
- 7. pop(2) will clear an element from an index
- 8. condition AND condition
- 10. sets an object on a specific location on the y-axis
- 11. logical operator used to compare two conditions which must be true
- 12. sets an object on a specific location on the x-axis
- 14. method used to insert an element into a specific index
- 15. methods do not work unless they reference an?
- 16. catch-all clause used when an if statement is not true
- 17. relational operator that will resolve to true if two conditions are the same.
- 19. logical operator used when one condition of two conditions need to be true
- 22. a loop inside another loop is said to be?
- 24. method that provides the location of an object on the x-axis
- 25. used to separate elements on a list
- 26. 1<=1
- 27. method used to reverse the order of a list
