Commit 555c49fe by BellCodeEditor

save project

parent cac9112a
Showing with 7 additions and 3 deletions
import turtle
# Pen=turtle.Pen()# 利用write()帮助悟空给诺依回信吧!
# Pen.write("诺依",font=("times",40,"normal"))
# Pen.hideturtle()
screen=turtle.Screen()
screen.bgcolor("red")
Pen=turtle.Pen()# 利用write()帮助悟空给诺依回信吧!
Pen.goto(100,-100)
Pen.write("诺依",font=("times",40,"normal"))
Pen.hideturtle()
# turtle.done()
pen1=turtle.Pen()
......
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