A very simple Python script that combines a user's favorite rock or mineral with a favorite hobby to generate a possible name for a heavy metal band. It is based off of the day one project in the Udemy course, 100 Days of Code: The Complete Python Pro Bootcamp by Angela Yu. I aim to upload a modified version of every project from this course just as proof of what I'm learning.
This particular script implements more than what the lesson covered, though, as I've done very basic-level coding in other languages before, including a few very brief free Python tutorials, and I did external research to help me get the while statement needed for the intended result of looping back to the beginning of the script if the user is dissatisfied with the result.
Again, super simple but it serves as documentation of my progress in learning Python!