Exp 1 python

0

 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.")

Post a Comment

0Comments

GUYS IF YOU HAVE ANY DOUBT. PLEASE LET ME KNOW

Post a Comment (0)