Commit 225b5b95 by BellCodeEditor

save project

parent f3710e81
Showing with 2 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# pen = turtle.Pen() pen = turtle.Pen()
# pen.write("诺依,你好",font=("Times",30,"normal")) pen.write("诺依,你好",font=("Times",30,"normal"))
pensb = turtle.Pen() pensb = turtle.Pen()
pensb.pencolor("red") pensb.pencolor("red")
pensb.pensize(5) pensb.pensize(5)
...@@ -12,5 +12,4 @@ pensb.right(90) ...@@ -12,5 +12,4 @@ pensb.right(90)
pensb.circle(50,180) pensb.circle(50,180)
pensb.forward(100) pensb.forward(100)
pensb.hideturtle() pensb.hideturtle()
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