Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nathan Demary
assr-mi3-go-project-Demary-Bahri
Commits
bd906953
Commit
bd906953
authored
Jan 20, 2022
by
Nathan Demary
Browse files
fix_tableau
parent
bf1bd2fc
Pipeline
#87012
failed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gomi3/board.py
View file @
bd906953
...
...
@@ -21,6 +21,8 @@ class Board:
def
__init__
(
self
,
size
:
int
)
->
None
:
'''Initialize an empty board of size*size intersections.'''
tableau
=
[[
0
for
i
in
range
(
19
)]
for
j
in
range
(
19
)]
if
tableau
:
tableau
.
append
(
1
)
raise
NotImplementedError
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment