()
| 20 | |
| 21 | |
| 22 | def start(): |
| 23 | print("Welcome to dice rolling simulator: \nPress Enter to proceed") |
| 24 | input(">") |
| 25 | |
| 26 | # Starting our result function (The dice picker function) |
| 27 | result() |
| 28 | |
| 29 | |
| 30 | # Our exit function (What the user will see when choosing to exit the program) |
no test coverage detected