num1= int(input ("Which is your year:")) if num1>=10: print ("You are a senior student") elif num1<=10: print("you are a junior student")