Skip to content
    band-name-generator-end@appbrewery
    main.py
    Config files
    .replit
    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)