Commit e2111c34 by BellCodeEditor

auto save

parent be8326f6
Showing with 12 additions and 2 deletions
print("hello,world!") import turtle
\ No newline at end of file t = turtle.Pen()
t.shape("square")
t.speed(0)
t.fillcolor("green")
t.begin_fill()
for i in range(10):
t.circle(100,steps=1000)
t.right(36)
t.end_fill()
turtle.done()
\ No newline at end of file
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