year = int(input( "What year are you? " ) ) if year < 11: print(" You are a junior student") else: print("You are a senior student")