Commit ca331b99 by BellCodeEditor

auto save

parent 099c51dd
Showing with 7 additions and 19 deletions
from turtle import *
for i in range(3):
forward(100)
left(120)
done
from turtle import*
forward(100)
left(90)
circle(100,60)
left(90)
forward((100))
done()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment