Commit d4cb9e7b by BellCodeEditor

auto save

parent 48d54598
Showing with 19 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.left(45)
pen.forward(200)
pen.left(90)
pen.circle(100,180)
pen.left(90)
pen.circle(100,180)
pen.left(90)
pen.forward(200)
turtle.done()
\ No newline at end of file
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
a=screen.textinput("新年寄语","请输入你的新年寄语")
pen.write(a,font=("Times",30,"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