mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 04:15:45 -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"""
|
||||
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user