Snippets Collections
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 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