Commit c14b3fc1 by BellCodeEditor

save project

parent acdebcfd
Showing with 17 additions and 2 deletions
...@@ -2,9 +2,24 @@ ...@@ -2,9 +2,24 @@
import turtle import turtle
p = turtle.Pen() p = turtle.Pen()
p.penup() p.penup()
p.goto p.goto(100,100)
p.write("你好,诺依你真的非常厉害!!,\n我很崇拜你 !!\n",font=("黑体",15,"normal")) p.write("你好,诺依你真的非常厉害!!,\n我很崇拜你 !!\n",font=("黑体",15,"normal"))
p.hideturtle() p.hideturtle()
s = turtle.screen() s = turtle.screen()
s.becolor("bule") p2.pencolor("bule")
p2.lt(45)
p2.fd(100)
p2.circle(50,180)
p2.rt(90)
p2.circle(50,180)
p2.fd(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