Band Name Generator

PHOTO EMBED

Mon Sep 25 2023 18:56:41 GMT+0000 (Coordinated Universal Time)

Saved by @Duhita0209

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

#1. Create a greeting for your program #2. Ask the user for the city that they grew up in. #3. Ask the user for the name of a pet. #4. Combine the name of their city and pet and show them their band name. #5. Make sure the input cursor shows on a new line: