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

Function bye

dice_rolling_simulator.py:31–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30# Our exit function (What the user will see when choosing to exit the program)
31def bye():
32 print("Thanks for using the Dice Rolling Simulator! Have a great day! =)")
33
34
35# Result function which is our dice chooser function

Callers 1

user_exit_checkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected