mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-03 00:30:36 -08:00
Python: Type annotations
This commit is contained in:
@@ -191,7 +191,7 @@ def prompt_player(board):
|
||||
return move
|
||||
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
print(" " * 30 + "TIC-TAC-TOE")
|
||||
print(" " * 15 + "CREATIVE COMPUTING MORRISTOWN, NEW JERSEY")
|
||||
print("\n\n")
|
||||
|
||||
Reference in New Issue
Block a user