Python Projects : The Coin Flip game v2
Hello World, I hope you have been doing well, today I'm going to tell you about a simple program that I made for one of my homework projects. The python code is available on my GitHub Repo if your interested. The chapter was talking about how to have the computer generate random numbers and having some kind of interaction with the user. So the challenge was to create a program, that would "flip a coin" 5 times and then tell you how many times it got "heads" or "tails". After some trial and error I got it to run properly..so I decided to create a 2nd version. In the 2nd version, I wanted to give the user a couple of options: Option 1: To run through the program as many time as they liked without having to restart it. Option 2: To choose the amount of flips the coin does. I'm a big fan of giving the user options, I don't like to limit things to a set pattern, especially if the extended options would make the game more enjoyable (hopeful...