Commit 75f3dc34 by BellCodeEditor

save project

parent b91a4258
Showing with 3 additions and 2 deletions
......@@ -2,9 +2,10 @@
import turtle
t=turtle
t.hideturtle()
t.pencolor("red")
t.pensize(20)
# t.write("你好呀!\n诺依",font=("Times",20,"normal"))
t.write("你好呀!\n诺依",font=("Times",20,"normal"))
#t.goto()
t.pencolor("red")
t.left(45)
t.forward(100)
t.circle(50,180)
......
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