Files
basic-computer-games/01_Acey_Ducey/python
Martin Thoma 8495e59a8f 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
..
2022-03-19 09:54:52 +01:00

Original source downloaded from Vintage Basic

Conversion to Python

Propose using pylint and black to format python files so that it conforms to some standards