Commit d4fd75be by BellCodeEditor

save project

parent e22307e3
Showing with 10 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# pen=turtle.Pen pen=turtle.Pen()
# pen.write("春眠不觉晓\n我是大臭脚\n夜来蚊子咬\n看你往哪跑")
# pen.hideturtle() pen.goto(100,-100)
# turtle.done() pen.write("春眠不觉晓\n我是大臭脚\n夜来蚊子咬\n看你往哪跑",font=("楷体",30,"normal"))
pen.hideturtle()
p1=turtle.Pen() p1=turtle.Pen()
p1.pencolor("red") p1.pencolor("red")
p1.pensize(10) p1.pensize(10)
...@@ -14,4 +18,4 @@ p1.circle(50,180) ...@@ -14,4 +18,4 @@ p1.circle(50,180)
p1.right(90) p1.right(90)
p1.circle(50,180) p1.circle(50,180)
p1.forward(100) p1.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