Commit 5db87e2e by BellCodeEditor

save project

parent 4eeb1c32
Showing with 7 additions and 2 deletions
import turtle
# pen=turtle.Pen()
# pen.write("你好呀,诺依,\nturtre真好用呀!\n我会用它写字了"font=("Times",25,"normal"))
screen=turtle.Screen()
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(50,-50)
pen.write("你好呀 诺依,\n turtre真好用呀!\n 我会用它写字了",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.pensize(5)
pen1.pencolor("red")
......
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