Merge pull request #698 from coding-horror/py-simplify

Simplify Python Code
This commit is contained in:
Jeff Atwood
2022-04-02 14:13:45 -05:00
committed by GitHub
80 changed files with 1405 additions and 1603 deletions

View File

@@ -6,7 +6,7 @@
import random
def play_game():
def play_game() -> None:
"""Play one round of the game"""
while True: