Commit 27604203 by BellCodeEditor

auto save

parent b3101c2d
Showing with 6 additions and 5 deletions
import turtle
Pen=turtle.Pen
Pen.while ("你好呀!\n你k你嚓,\n"font=("Times",20,"normal"))
Pen.hideturtle()
turtle.done()
\ No newline at end of file
Pen =turtle.Pen()
Pen .write("你好呀!\n你k你嚓,\n",font=("Times",50,"normal"))
Pen .hideturtle()
turtle.done()
pen
\ 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