Clean Code Improvement Project

Utilizing pep8 guidelines to improve two existing algorithm pertaining to two Monte Carlo Simulations. Try to convert variable names to more readable formats (eg. x to poke_hand, y to rounds, etc). Add in comments to guide the next reader of the code. Condense codes...