Commit 223ab51d by BellCodeEditor

save project

parent ea6da8cd
Showing with 4 additions and 2 deletions
import turtle
pen=turtle.Pen()
penup()
goto(100.-100)
pen.penup()
pen.goto(100,-100)
pen.write("你好呀!哈哈!",font=("Times",14,"normal"))
screen=turtle.Screen()
screen.bgcolor("pink")
pen0=turtle.Pen()
pen0.pensize(10)
pen0.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