Files
basic-computer-games/29_Craps/python/craps.py
Martin Thoma 71e3396bd5 Python: Make code testable
Avoid executing code on module level as this prevents importing the
module for testing. Especially infinite loops are evil.
2022-03-19 09:54:52 +01:00

2.9 KiB