Commit 876588d7 by BellCodeEditor

auto save

parent 1fe7c391
Showing with 9 additions and 5 deletions
import turtle
pen=turtle.Pen()
pen.write("同学们\n新年快乐\n新的一年,学业有成!",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
# pen=turtle.Pen()
# pen.write("同学们\n新年快乐\n新的一年,学业有成!",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
pen1=turtle.Pen()
pen.left(45)
pen.forward(100)
pen.circle(50,180)
\ 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