100 Days of Python – Day 1: Band Name Generator
Kicking off the 100 Days of Python challenge, the first project is a simple yet fun Band Name Generator!
This quick program asks for two inputs: the name of your city and a pet’s name. It then combines these responses to generate a potential band name. With just a few lines of code, you’ll see how variables and user input work in Python. Stay tuned for more exciting projects ahead!

