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