name = input("what is your name?")
print("Hello",name)
name = input("what is your name?")
age = input("how old are you?")
hometown = input("where is your hometown?")
print ("Hello",name "you are", age, "years old,you cam from",hometown)
原文地址:https://www.cnblogs.com/mous/p/10241799.html
时间: 2024-11-18 16:35:42