Commit 34b8068b by BellCodeEditor

save project

parent 76dc5454
Showing with 2 additions and 3 deletions
......@@ -2,8 +2,8 @@
import turtle
# turtle.write("你好",font=("黑体",50))
# turtle.done()
# 画爱心
turtle.bgcolor("lightblue")
turtle.pencolor("red")
turtle.left(45)
turtle.forward(100)
......@@ -11,6 +11,5 @@ turtle.circle(50,180)
turtle.right(90)
turtle.circle(50,180)
turtle.forward(100)
turtle.done()
turtle.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