About Lesson
Functions of Dictionary:-
|
Sr. No. |
Function |
Sr. No. |
Function |
|
1. |
dict() |
10. |
values() |
|
2. |
len() |
11. |
items() |
|
3. |
clear() |
12. |
updates() |
|
4. |
copy() |
13. |
fromkeys() |
|
5. |
get() |
14. |
zip() |
|
6. |
pop() |
15. |
has_key() |
|
7. |
popitem() |
16. |
sorted() |
|
8. |
setdefault() |
|
|
|
9. |
keys() |
|
|