0
whats wrong with my code it aint running
age=int(input("enter age" )) if age>=80 and age<=100: print ("you have retired") elif age>=60 and age<=79: print('your retirement awaits') elif age>=30 and age<=59: print("you should be married") elif age>=25 and age<=30: print("you should be in workng") else: print( " you should be in school ")
1 Réponse
0
Thank you so much
now i understand it