Commit d992f4e7 by BellCodeEditor

save project

parent 00904681
Showing with 2 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
len=60
len=50
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
......@@ -9,6 +9,7 @@ pen.goto(100,-150)
pen.hideturtle()
pen.write("李白乘舟将欲行,\n忽闻岸上踏歌声。\n桃花潭水深千尺,\n不及汪伦送我情。",font=("Times",20,"normal"))
pen1=turtle.Pen()
pen1.speed(99999999999)
pen1.hideturtle()
pen1.pencolor("red")
pen1.pensize(5)
......
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