Commit 069e58f6 by BellCodeEditor

save project

parent c816b9b8
Showing with 15 additions and 0 deletions
import turtle
pen=turtle.Pen()
pen.write("春眠不洗澡,\n处处蚊子咬,\n夜来风雨声,\n不知死多少.\n",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done
pen.color("red")
pen.shape("turtle")
for i in range(360):
pen.forward(1)
pen.right(1)
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