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")
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter