Skip to content
Snippets Groups Projects
Commit 94d867c4 authored by Kinadinova Dariya's avatar Kinadinova Dariya
Browse files

Class Block

parent 60556cd7
No related branches found
No related tags found
No related merge requests found
class Block:
def __init__(self, is_uniform, color, coordinates):
"""à_remplacer_par_ce_que_fait_la_fonction
Précondition :
Exemple(s) :
$$$
"""
self.is_uniform = is_uniform
self.color = color
self.coordinates = coordinates
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment