Commit 02d30dfc by BellCodeEditor

save project

parent 3f6af0a5
Showing with 2 additions and 2 deletions
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
import turtle import turtle
huabi=turtle.Pen() huabi=turtle.Pen()
huabi.write("你好啊"font=("times",30,"normal")) huabi.write("你好啊"font=("times",30,"normal"))
pen.hideturtle() huabih.hideturtle()
turtle.done()
len=60 len=60
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,100)
...@@ -15,4 +16,3 @@ pen.circle(len,180) ...@@ -15,4 +16,3 @@ pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
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