age = int(input("What is your age? ")) if age < 11: print("you are a junier student") else: print("you are a sinior student")