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

View file

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