Commit f7b37943 by BellCodeEditor

auto save

parent c816b9b8
Showing with 27 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
len=screen.textinput( "提示","你想要多大爱心?")
lovesize=int(len)
pen=turtle.Pen()
pen.write("你好\n诺伊g.",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,100)
pen1.pendown()
pen1.pensize(5)
pen1.pencolor("red")
pen1.left(45)
pen1.forward(lovesize*2)
pen1.circle(lovesize,180)
pen1.right(90)
pen1.circle(lovesize,180)
pen1.forward(lovesize*2)
turtle.done()
import turtle
pen=turtle.Pen()
pen.write("有人CRT问题虎门好久\n哦方便面今天家庭环境\n绝缘体应当如何防范更好发挥\n发挥工会公告呵呵公会孤鸿寡\n鹄红歌会红歌会共和国哈哈",font=("Times",99,"normal"))
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