1.

Write a statement in Python to declare a dictionary whose keys are 1, 2, 3 and values are Monday, Tuesday and Wednesday respectively.

Answer»

Answer is:

Day={1:'monday',2:'tuesday',3:'wednesday'}



Discussion

No Comment Found

Related InterviewSolutions