Commit 669abd8e by BellCodeEditor

save project

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