Commit c887f97c by BellCodeEditor

save project

parent da0d5bad
Showing with 9 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# p=turtle.Pen()
# p.write("123456789\n123456789",font=("Times",28,"normal"))
# p.hideturtle()
# turtle.done()
screen=turtle.Screen()
screen.bgcolor("light blue")
p=turtle.Pen()
p.penup()
p.goto(100,-100)
p.write("123456789\n123456789",font=("Times",28,"normal"))
p.hideturtle()
a=turtle.Pen()
a.pencolor("black")
a.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