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