Computer Science, asked by technophylecreator, 6 hours ago

Given the following declaration: Myd={'empno':1, 'name': 'Vikrant','salary':50000) Raj, Python programmer wants to print all the keys of dictionary and values stored in dictionary, Help Raj by filling the blanks given in print() statement to achieve the task:
print (______)
print;(______)​

Attachments:

Answers

Answered by sujitkundu2709
5

Answer:

print ( 1 )

print ( 2 )

Thank you

Hope it is helpful .

Similar questions