Commit 9356b729 by BellCodeEditor

auto save

parent 5ba990de
Showing with 5 additions and 5 deletions
import turtle
import turtle
import turtle
# pen = turtle.Pen()
# pen.write("小石潭记\n陶渊明\n从小丘西行百二十布,\n隔篁竹,闻水声,如鸣佩环,心乐之,\n伐竹取道,下见小潭,水尤清冽.\n全石以为底,进岸,卷石底以出.\n为坻,为屿,为堪,为岩.\n青树翠蔓,蒙络摇缀,参差披拂.\n潭中鱼可百许头,皆若空游无所依.\n日光下澈,",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
pen = turtle.Pen()
pen.write("小石潭记\n陶渊明\n从小丘西行百二十布,\n隔篁竹,闻水声,如鸣佩环,心乐之,\n伐竹取道,下见小潭,水尤清冽.\n全石以为底,进岸,卷石底以出.\n为坻,为屿,为堪,为岩.\n青树翠蔓,蒙络摇缀,参差披拂.\n潭中鱼可百许头,皆若空游无所依.\n日光下澈,",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
pen1 = turtle.Pen()
pen1.pensize(5)
pen1.pencolor("red")
......
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