Commit a5f0686f by BellCodeEditor

save project

parent 5b9a39ed
Showing with 8 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# pen=turtle.Pen() screen=turtle.Screen()
# pen.penup() screen.bgcolor("blue")
# pen.goto(-240,0) pen=turtle.Pen()
# pen.write("滚,给爷爬,死一边去",font=("Times",20,"normal")) pen.penup()
# pen.hideturtle() pen.goto(0,-100)
# turtle.done() pen.write("滚,给爷爬,死一边去",font=("Times",20,"normal"))
pen.hideturtle()
turtle.done()
pen1=turtle.Pen() pen1=turtle.Pen()
turtle.fillcolor("red") turtle.fillcolor("red")
pen1.begin_fill() pen1.begin_fill()
......
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