Create a program that prompts the user for their name and age and print personalized message
name = input("What is your name? ")
age = input("How old are you? ")
print("Hello, " + name + "! You are " + age + " years old.")
Create a program that prompts the user for their name and age and print personalized message
name = input("What is your name? ")
age = input("How old are you? ")
print("Hello, " + name + "! You are " + age + " years old.")
GUYS IF YOU HAVE ANY DOUBT. PLEASE LET ME KNOW