Skip to content

Commit 5283601

Browse files
authored
you_or_me.py
1 parent 608ece3 commit 5283601

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: PyGamesScripts/YOU_or_ME/youorme.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
COLUMN_COUNT=7
1515
#creating a board
1616
def create_board():
17+
1718
board=np.zeros((ROW_COUNT,COLUMN_COUNT))
1819
return board
1920

0 commit comments

Comments
 (0)