Skip to content

Commit 073d308

Browse files
committed
...
1 parent 7112c5f commit 073d308

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Console-Games/Tic-Tac-Toe/main.py

-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ def start_game():
2424
want_to_continue = input("Invalid input! Try again 'Y'/'N':").upper()
2525
if want_to_continue == "N":
2626
break
27-
28-
29-

0 commit comments

Comments
 (0)