Answers for "python program to give shop name"

1

python program to give shop name

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)
Posted by: Guest on July-27-2021

Code answers related to "python program to give shop name"

Python Answers by Framework

Browse Popular Code Answers by Language