yr = int(input('What is your year group? ')) if yr >= 9 and yr < 11 : print('You are a junior student') elif yr >= 11 and yr < 14 : print('You are a senior student') else : print('What a silly bily goofy goober dum ass siller')