Flow of Control

PHOTO EMBED

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

Saved by @root1024 ##python #matplotlib #flowofcontrol

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")
content_copyCOPY