5 odpowiedzi
+ 1
So the input would be their birth year and the program would add 100 to that?
0
Like a program that takes someone's current age and adds 100 to it?
0
no, one that tells what year a person will be 100
0
age = int(input("age?"))
year = 2018-age+100
? xD
sure you could import dynamic current year with time module :D
0
Ohhh thank you