mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-31 23:17:38 -08:00
Python: Add type annotations
This commit is contained in:
@@ -71,7 +71,7 @@ def gunner() -> None:
|
||||
return
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
print(" " * 33 + "GUNNER")
|
||||
print(" " * 15 + "CREATIVE COMPUTING MORRISTOWN, NEW JERSEY")
|
||||
print("\n\n\n")
|
||||
|
||||
Reference in New Issue
Block a user