mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Use docstrings
This commit is contained in:
@@ -134,7 +134,7 @@ def bet_results(bet_ids: List[int], bet_values: List[int], result):
|
||||
|
||||
|
||||
def print_check(amount: int) -> None:
|
||||
"""Prints a check of a given amount"""
|
||||
"""Print a check of a given amount"""
|
||||
name = input("TO WHOM SHALL I MAKE THE CHECK? ")
|
||||
|
||||
print("-" * 72)
|
||||
|
||||
Reference in New Issue
Block a user