Advertisement
JkSoftware

Day 1 - Band Name Generator

Nov 3rd, 2021
1,107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. ###The course made me do it!
  2. print("Welcome to the Band Name Generator.")
  3. city = input("What's name of the city you grew up in?\n")
  4. pet = input("What's your pet's name?\n")
  5. print("Your band name could be " + city + " " + pet)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement