Commit c887f97c by BellCodeEditor

save project

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