CS PRIN CROSSWORD
Across
- 6. the place in the list that each character occupies
- 7. returns the number of items in a list
- 9. affect the sequential flow of control by executing different statements based on the value of a Boolean expression
- 12. travel through
- 14. operator returns true if at least one of the conditions are true
- 17. this statement will run only if all conditional above it are false
- 19. allows us to simplify large sets of data by giving the entire set a single variable name
- 21. a type of variable that holds zero, one, or more data values.
Down
- 1. Adds a new value into the list before the specified index. Using 0 as the index will insert the value at the very beginning of the list.
- 2. iteration that run through a block of code a fixed number of times
- 3. using this operator only returns True if both conditions are true
- 4. returns that largest number represented in your list
- 5. returns the closest string value to the letter a that is in your list
- 8. function used to get information from the user of the program
- 10. this statement runs if the conditional statement attached is true
- 11. Adds a new value to the end of the list.
- 13. Deletes the first value in the list that matches the input.
- 15. function used to display
- 16. refers the order in which statements run your program
- 18. a list of characters
- 20. function used to convert any variable to a integer variable