MCPcopy Create free account
hub / github.com/geekcomputers/Python / start

Function start

dice_rolling_simulator.py:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21
22def 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)

Callers 2

user_exit_checkerFunction · 0.70

Calls 1

resultFunction · 0.70

Tested by

no test coverage detected