Skip to content

Commit ccd13ab

Browse files
authored
Update Finalprogram.py
1 parent 84747a6 commit ccd13ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TicTacToe/Finalprogram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from IPython.display import clear_output
22

33
def display_board(board):
4-
clear_output() # Remember, this only works in jupyter!
4+
clear_output() # This only works in jupyter!
55

66
print(' | |')
77
print(' ' + board[7] + ' | ' + board[8] + ' | ' + board[9])

0 commit comments

Comments
 (0)