Commit ddf77755 by BellCodeEditor

save project

parent 33a3444b
Showing with 7 additions and 981 deletions
# # 利用write()帮助悟空给诺依回信吧~ # # 利用write()帮助悟空给诺依回信吧~
# # 导入turtle模块
# import turtle
# pen=turtle.Pen()
# pen.write("床前明月光,仪式地上霜,\n巨头望明月,低头思故乡",font=("Times",20,"normal"))
# pen.hideturtle()
# turtle.done()
import turtle import turtle
pen=turtle.Pen()
pen.penup()
pen.goto(-100,-300)
pen.write("123456789",font=("Times",30,"normal"))
pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
screen=turtle.Screen()
screen.bgcolor("pink")
pen1.color("red") pen1.color("red")
pen1.begin_fill() pen1.begin_fill()
pen1.pencolor("red") pen1.pencolor("red")
...@@ -22,978 +23,3 @@ pen1.end_fill() ...@@ -22,978 +23,3 @@ pen1.end_fill()
turtle.done() turtle.done()
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