+1 vote
in Python by
Read the Following statement

z = {"x":0, "y":1}  

Which of the following is the correct statement?

i) x dictionary z is created

ii) x and y are the keys of dictionary z

iii) 0 and 1 are the values of dictionary z

iv) All of the above

Related questions

0 votes
asked Jan 19, 2021 in Python by SakshiSharma
+1 vote
asked Jan 19, 2021 in Python by SakshiSharma
...