>> def age(n): age=input("how old are you?") if age>40: print ("wow, you are old")

0

>> def age(n): age=input("how old are you?") if age>40: print ("wow, you are old")

By Beginner Dwight Abernathy at Apr 27 2020


Related code examples


Code examples by languages