Answer to Question #211240 in Python for Phurpa

Question #211240

Write a python program to display your details like name,age,address in three different lines.


1
Expert's answer
2021-06-27T14:10:17-0400
name = input("Enter your name: ")
age = input("Enter your age: ")
address = input("Enter your address: ")

print(f"Your name is {name}")
print(f"Your age is {age}")
print(f"Your address is {address}")

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS