Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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?
")
pet = input("What's your pet's name?
")
print("Your shop name could be " + street + " " + pet)
 
PREVIOUS NEXT
Tagged: #python #program #give #shop
ADD COMMENT
Topic
Name
3+6 =