mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-27 21:23:30 -08:00
Python: Add type annotations
This commit is contained in:
@@ -20,7 +20,7 @@ g = 10
|
||||
EXPECTED_ACCURACY_PERCENT = 15
|
||||
|
||||
|
||||
def do_quiz():
|
||||
def do_quiz() -> None:
|
||||
print()
|
||||
print()
|
||||
num_questions_correct = 0
|
||||
|
||||
Reference in New Issue
Block a user