Commit 8e2adf9a by BellCodeEditor

save project

parent a15989ca
Showing with 19 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(100,0)
pen.write("1234\n5678",font=("Times",30,"normal"))
pen.hideturtle()
# 画心
p=turtle.Pen()
p.pencolor("red")
p.pensize(10)
p.left(45)
p.forward(150)
p.circle(75,180)
p.right(90)
p.circle(75,180)
p.forward(150)
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