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