Age input (Python)

print ('What is your age?') value = int(input()) value_in_five_years = value + 5 print('In 5 years from now you will be: ' + str(value_in_five_years))

Comments

Popular posts from this blog

Email > routers

Operators in C language

3D printers