Commit ef5c66c5 by BellCodeEditor

save project

parent 3613e135
Showing with 4 additions and 4 deletions
#利用write()帮助悟空给诺依回信吧~ #利用write()帮助悟空给诺依回信吧~
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("red")
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,-100)
pen1.write("sb",font=("Times",50,"normal")) pen1.write("sb",font=("Times",50,"normal"))
pen1.hideturtle() pen1.hideturtle()
turtle.done()
pen2=turtle.Pen() pen2=turtle.Pen()
pen2.pencolor("green") pen2.pencolor("green")
pen2.pensize(20) pen2.pensize(20)
......
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