Python Arrays and Lists

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