whats wrong with my code it aint running | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ")

14th Aug 2020, 4:05 AM
Michael Gitonga
Michael Gitonga - avatar
1 Answer
0
Thank you so much now i understand it
14th Aug 2020, 4:35 AM
Michael Gitonga
Michael Gitonga - avatar