PPS CROSSWORD (SHIBU-919)

123456789101112
Across
  1. 2. An identifier can start with an alphabet or underscore but not with
  2. 6. _____ is the name used to identify a variable,class,etc...
  3. 8. NumPY stands for?
  4. 10. What is the data type of ('1','2','3')
  5. 11. ____ is used for storage of homogeneous data
Down
  1. 1. What is used to store values in terms of key and value
  2. 3. a=(20,40,"good",23,"shibu",32) print(a[-2])
  3. 4. What is the data type of [2,6,8,'welcome',3]
  4. 5. What operation do we use to display a item from a position to another position
  5. 7. What error occurs when we execute the below code shoe= nike
  6. 9. The _____ function removes the first element of a set and the last element of a list
  7. 12. Which keyword is used to define a function in python