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