Commit c16d025e by BellCodeEditor

save project

parent c816b9b8
Showing with 9 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("pink")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("诺依,\nturtle太好用了。",font=("Times",30,"normal")
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