Commit 6fb74606 by BellCodeEditor

auto save

parent cace2d89
Showing with 28 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
0)
penl.right(90) import turtle
penl.circle(50,180)=turtle.Pen pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.pendown()
pen.pencolor("red")
pen.write("hello,\n我是甘皮's dad,\nmy sun是big SB\n he like eat\n 左边那个",font=("Times",18,"bold"))
pen.hideturtle()
penl=turtle.Pen()
penl.pencolor("brown")
penl.pen
penl.left(45) penl.left(45)
penl.forword(100) penl.forward(10)
penl.circle(50,18) penl.circle(50,180)
penl.forword(100) penl.right(90)
penl.circle(50,180)
penl.forward(10)
penl.right(45)
penl.forward(120)
penl.right(45)
penl.circle(45,180)
penl.right(90)
penl.circle(45,180)
penl.right(45)
penl.forward(120)
penl.hideturtle()
turtle.done() turtle.done()
\ 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