Commit aa0448da by BellCodeEditor

auto save

parent 7b0865da
Showing with 3 additions and 3 deletions
import turtle
# pen=turtle.Pen()
# pen.write("山居秋暝\n[唐]王维\n空山新雨后,天气晚来秋\n",font=("Times",15,"normal"))
# pen.hideturtle()
pen=turtle.Pen()
pen.write("山居秋暝\n[唐]王维\n空山新雨后,天气晚来秋。\n明月松间照,清泉石上流。",font=("Times",15,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(8)
pen1.pencolor("light blue")
......
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