Skip to content

Commit 2cadc39

Browse files
committed
Updated PCC12, removed redundant method
1 parent e12512e commit 2cadc39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

12/yashaslokesh/tictactoe.py

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ class TicTacToe:
1515

1616
# Initializes board
1717
def __init__(self):
18-
self.start_game()
19-
20-
def start_game(self):
2118
self.init_board()
2219
self.ask_game_mode()
2320
self._num_turns = 0

0 commit comments

Comments
 (0)