This commit is contained in:
Tipragot 2023-10-05 15:43:32 +02:00
parent ac2b9f4e1b
commit 908e72f23f
No known key found for this signature in database

View file

@ -121,6 +121,7 @@ def triangle(i, s=200):
if j != 2: turtle.right(120)
turtle.left(120)
turtle.goto(-200, -200)
turtle.forward(200)
triangle(5, 200)
turtle.forward(200)