Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 334 Bytes

Readme.md

File metadata and controls

5 lines (3 loc) · 334 Bytes

This is a dice roll simulator.

Simple_DiceRollSimulator.py -> This is a simple dice roll simulator that has only 1 round after which the program exits.

Complex_DiceRollSimulator.py -> This is a slighly complex dice roll simulator that allows you to run it multiple times. You also have the option to exit the program at any time.