We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d1d90 commit 167d04fCopy full SHA for 167d04f
tic_tac_toe/play.py
@@ -71,7 +71,7 @@ def offer_choices(self) -> list[Coordinate]:
71
if square.value == " "
72
]
73
74
- def play(self):
+ def play(self) -> None:
75
"""
76
TODO: https://www.youtube.com/watch?v=Q6CCdCBVypg
77
repeat
0 commit comments