Commit ca331b99 by BellCodeEditor

auto save

parent 099c51dd
Showing with 7 additions and 19 deletions
from turtle import * from turtle import*
for i in range(3): forward(100)
forward(100) left(90)
left(120) circle(100,60)
done 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