Commit 0869ab40 by BellCodeEditor

save project

parent c2f1308f
Showing with 18 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
# 利用write()帮助悟空给诺依回信吧~
import turtle
s=turtle.Screen()
s.bgcolor("darkslategray")
pen=turtle.Pen()
pen.penup()
pen.goto(130,-200)
pen.write("123456789\n123456789\n123456789",font=("Times",25,"normal"))
p1=turtle.Pen()
p1.pensize(120)
p1.pencolor("lightblue")
p1.forward(100)
p1.circle(50,180)
p1.right(90)
p1.circle(50,180)
p1.forward(100)
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