Commit 3f623c9b by BellCodeEditor

save project

parent a4a7d0f1
Showing with 14 additions and 14 deletions
...@@ -9,19 +9,19 @@ pen.up() ...@@ -9,19 +9,19 @@ pen.up()
pen.goto(100,-300) pen.goto(100,-300)
pen.down() pen.down()
pen.write("你好,\nSB诺伊\n,我会用python\n写字了!!!SBSB",font=("黑体",25,"normal")) pen.write("你好,\nSB诺伊\n,我会用python\n写字了!!!SBSB",font=("黑体",25,"normal"))
pen1.color("red") pen.color("red")
pen1.fillcolor("red") pen.fillcolor("red")
pen1.begin_fill() pen.begin_fill()
l=60 l=60
pen1.pensize(30) pen.pensize(30)
pen1.up() pen.up()
pen1.goto(-200,-100) pen.goto(-200,-100)
pen1.down() pen.down()
pen1.lt(45) pen.lt(45)
pen1.fd(l*2) pen.fd(l*2)
pen1.circle(l,180) pen.circle(l,180)
pen1.rt(90) pen.rt(90)
pen1.circle(l,180) pen.circle(l,180)
pen1.fd(l*2) pen.fd(l*2)
pen1.end_fill() pen.end_fill()
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