fmt anim1

This commit is contained in:
Dmitry Belyaev 2024-03-23 22:57:35 +03:00
parent 47c826a5f8
commit 4840e17e8f

View File

@ -111,10 +111,7 @@ def two_squares(start_pos=None):
def main(): def main():
canvasSize(400, 800) canvasSize(400, 800)
state = [ state = [*square_left_to_right(), *two_squares(Point(0, 350))]
*square_left_to_right(),
*two_squares(Point(0, 350))
]
watch_timer = None watch_timer = None