Crossword (John-900)

123456789101112
Across
  1. 2. What operation do we use to display a item from a position to another position
  2. 7. What error occurs when we execute the below code college=srm
  3. 9. ____ is used for storage of homogeneous data
  4. 10. _____ is a python library used for working with data sets
  5. 11. An identifier can start with an alphabet or underscore but not with
  6. 12. NumPY stands for?
Down
  1. 1. What is used to store values in terms of key and value
  2. 3. What is the data type of ('1','2','3')
  3. 4. python ______ is used to create applications and models
  4. 5. _____ is the name used to identify a variable,class,etc...
  5. 6. a=(20,40,"good",23,"john",32) print(a[-2])
  6. 8. What is the data type of [2,6,8,'welcome',3]