Band Name Generator

PHOTO EMBED

Tue Oct 24 2023 10:56:07 GMT+0000 (Coordinated Universal Time)

Saved by @Isha_1522

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)
content_copyCOPY