Python Program – Print out a message that tells them which year he/she will become 100 years old.
In this blog post, you will understand that How to Write a program in Python that asks the user to enter their name and age. Print out a message that tells them which year he/she will become 100 years old.
Source Code
name = str(input(“Enter Your Nam...