🎸 Day 01 – Band Name Generator
This quirky little program helps you generate a band name based on your hometown and your pet’s name. It’s a fun way to get started with Python input/output and string formatting!
💡 How It Works
- You're greeted with a welcome message.
- You're asked which city you grew up in.
- You're asked for the name of your pet.
- The program combines the two to suggest a band name.
🧪 Try It Yourself
This is an interactive exercise—give it a spin below!