Commit f5e03677 by BellCodeEditor

auto save

parent c2f1308f
Showing with 25 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle
#设置背景
huabu=turtle.Screen()
huabu.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("哈哈哈哈哈\n哈哈哈哈\n哈哈哈\n哈哈\n哈",font=("Times",30,"normal"))
pen.hideturtle()
#画爱心
len=60
a=turtle.Pen()
a.pencolor("red")
a.pensize(5)
a.left(45)
a.forward(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.forward(100)
a.hideturtle()
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