mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Python: Type annotations
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import random
|
||||
|
||||
|
||||
def play_game():
|
||||
def play_game() -> None:
|
||||
"""Play one round of the game"""
|
||||
|
||||
matches = 23
|
||||
|
||||
Reference in New Issue
Block a user