We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7112c5f commit 073d308Copy full SHA for 073d308
Console-Games/Tic-Tac-Toe/main.py
@@ -24,6 +24,3 @@ def start_game():
24
want_to_continue = input("Invalid input! Try again 'Y'/'N':").upper()
25
if want_to_continue == "N":
26
break
27
-
28
29
0 commit comments