Commit abbbd8dc by BellCodeEditor

save project

parent dad722fe
Showing with 9 additions and 5 deletions
# # 利用write()帮助悟空给诺依回信吧~ # # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
# p=turtle.Pen() s=turtle.Screen()
# p.write("你\n好\n诺\n衣",font=("Times",20,"normal")) s.bgcolor("pink")
# p.hideturtle() p=turtle.Pen()
# turtle.done() p.penup()
p.goto(100,-100)
p.write("你\n\n\n衣",font=("Times",20,"normal"))
p.hideturtle()
a1=turtle.Pen() a1=turtle.Pen()
a1.pensize(200) a1.pensize(20)
a1.pencolor("red") a1.pencolor("red")
a1.left(45) a1.left(45)
a1.forward(100) a1.forward(100)
......
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