Q No. 1 Page no. 45

PHOTO EMBED

Fri Apr 24 2026 14:42:41 GMT+0000 (Coordinated Universal Time)

Saved by @root1024 ##python #matplotlib #flowofcontrol

dict={41:'neha',32:'salma',31:'akash',56:'abhay'}
lst=sorted(dict,reverse=True)
print(lst)
# dict.pop(41)
print(dict)
for i in range(len(dict)):
    print("Your Values are printed as : " ,dict[lst[i]])
content_copyCOPY

Python Ans