Python - Dictionaries

page 1 out of 4

page 1 out of 4


Question 1     

Python Dictionary is type of Key value Pairs





Question 3     

Which of the following is not dictionary inbuilt function






Question 4     

Dictionaries in other languages also called as






Question 5     

Keys in dictionaries can be






Question 6     

Keys in Dictionary can be duplicate




Question 7     

What is the expected output for below code snippet? D = {'Age':7, , 'sape': 7 , 'Class':4139, 'jack': 4098} print(sorted(D))







Question 9     

is it possible to delete a key:value pair in dictionary?




Question 10     

What is the expected output for below code snippet? D = {'Name': 'Ravi','Age':7,'Class':'Btech', 'jack': 4098, 'sape': 4139 } print(list(D))






page 1 out of 4

page 1 out of 4


Sign Up Page

Oops!!

To view the solution need to Login



Score : 0 / 0
L
o
a
d
i
n
g
.
.
.