Commit c14b3fc1 by BellCodeEditor

save project

parent acdebcfd
Showing with 18 additions and 4 deletions
......@@ -2,9 +2,24 @@
import turtle
p = turtle.Pen()
p.penup()
p.goto
p.goto(100,100)
p.write("你好,诺依你真的非常厉害!!,\n我很崇拜你 !!\n",font=("黑体",15,"normal"))
p.hideturtle()
s = turtle.screen()
s.becolor("bule")
turtle.done
\ No newline at end of file
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
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