Snippets Collections
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]])
Class = int(input("Enter your class : "))
if Class < 10 and Class>8:
    print("You are Below 10 pls wait 1 year")
elif Class ==10:
    print("Your are in 10th Best of luck Prepare Work Hard")
elif Class >10 :
    print("Congratulation You are 10th passed")
else:
    print("Invalid Entry")
star

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

##python #matplotlib #flowofcontrol
star

Fri Oct 10 2025 02:54:40 GMT+0000 (Coordinated Universal Time)

##python #matplotlib #flowofcontrol

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension