Commit b2787d13 by BellCodeEditor

save project

parent 5b8b0790
Showing with 6 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
f=turtle.Pen()
f.penup()
f.goto(100,-100)
f.write("诺伊,你好,\n我是惠然~\n你是谁呀?~",font=("Times",20,"normal"))
p=turtle.Pen() p=turtle.Pen()
p.pencolor("pink") p.pencolor("pink")
p.pensize(5) p.pensize(5)
...@@ -10,4 +14,4 @@ p.right(90) ...@@ -10,4 +14,4 @@ p.right(90)
p.circle(50,180) p.circle(50,180)
p.forward(100) p.forward(100)
turtle.done turtle.done()
\ No newline at end of file \ 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