Commit 6e498360 by BellCodeEditor

save project

parent a50ceeec
Showing with 22 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
sb=turtle.Screen()
sb.bgcolor("yellow")
sss=turtle.Pen()
sss.penup()
sss.goto(100,-100)
sss.write("野火烧不尽,\n春风吹又生",font=("Time",16,"normal"))
sss.hideturtle()
len=100
aaa=turtle.Pen()
aaa.pensize(4)
aaa.pencolor("blue")
aaa.left(45)
aaa.forward(2*len)
aaa.circle(len,180)
aaa.right(90)
aaa.circle(len,180)
aaa.forward(2*len)
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