Simple Python

12345678910
Across
  1. 4. ordered collection of items which have key-pair value
  2. 6. data structure used to store sequence of elements where elements need not be of same data type
  3. 8. any character written in single or double quotes
  4. 9. attribute used in sorted function to print in descending order
  5. 10. deletes elements from the dictionary
Down
  1. 1. they cannot start with number and cannot be same as python keywords
  2. 2. function to check number of elements in the list
  3. 3. statement used to output variables
  4. 5. function used to concatenate two strings
  5. 7. function used to get data type of a variable