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)