Commit d2bec879 by BellCodeEditor

auto save

parent 62aa78ed
Showing with 8 additions and 4 deletions
print("Hello,world!")
\ No newline at end of file
import turtle
sb=10
pen=turtle.Pen()
turtle.Screen()
screen=turtle.Screen()
......@@ -7,9 +8,9 @@ pen.write("nihao")
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.forward(sb*2)
pen.circle(sb,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.circle(sb,180)
pen.forward(sb*2)
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