cours-snt/python/test.py

12 lines
117 B
Python
Raw Normal View History

2020-11-26 11:20:52 +00:00
from turtle import *
begin_fill()
forward(50)
left(120)
forward(50)
left(110)
forward(50)
end_fill()
exitonclick()