🎸 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

  1. You're greeted with a welcome message.
  2. You're asked which city you grew up in.
  3. You're asked for the name of your pet.
  4. The program combines the two to suggest a band name.

🧪 Try It Yourself

This is an interactive exercise—give it a spin below!