📜  python程序给出商店名称 - Python代码示例

📅  最后修改于: 2022-03-11 14:46:09.694000             🧑  作者: Mango

代码示例1
print("Welcome to the shop Name Generator.")
street = input("What's name of the city you grew up in?\n")
pet = input("What's your pet's name?\n")
print("Your shop name could be " + street + " " + pet)