This is a little beginner Python project to practise I/O (input/ouput) and RNG (random number generation).
This is the first time I've ever programmed anything of substance with Python. Although it's highly regarded as one of the easiest programming languages ever, I just never really had a good excuse to use it, and thus never got around to learning it. After completing this small project, I can definitely attest that it is indeed quite easy.
I have also created this same project in C++, which I used as a base for this initial commit, as well as in Haskell.