Day 9: 100 Days of Python
##DAY 9 100DAYS OF PYTHON
print("GENERATION GENERATOR")
Age = int(input("what year were you born? "))
if Age >= 1925 and Age <= 1946:
print ("You are a traditionalist")
elif Age >= 1947 and Age <= 1964:
print ("You are Baby boomer")
elif Age >= ...
datapythonist.hashnode.dev1 min read