Commit 7d14d789 by BellCodeEditor

save project

parent 3de142a4
Showing with 5 additions and 4 deletions
# import turtel
# # pen=turtel.Pen()
# # pen.write("我在老师\n老家玩的好开心\n呀!",font=("Time",30,"normal"))
# # turtel.done()
import turtle
pen=turtle.Pen()
pen.write("我在老师\n老家玩的好开心\n呀!",font=("Times",30,"normal"))
pen.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