year = input("Insert age -- ") if int(year) >= 15 : print("User is a senior") if int(year) <= 15 : print("User is a junior")