Python Arrays and Lists
Across
- 1. a 2-value data type
- 4. the language you are learning
- 5. a data type with quotes
- 8. adding multiple words together using the + symbol
- 9. a container that holds data
- 11. a method that removes but uses an index instead of the value
- 13. a number data type
Down
- 2. gives both the value and index
- 3. a decimal data type
- 6. a method that removes using the value
- 7. duplicates a list
- 10. the method to add something to the end of an array/list
- 12. the method to find the size of an array/list