Commit 164e300c by BellCodeEditor

save project

parent 93714740
Showing with 7 additions and 0 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
pen1=turtle.Pen()
pen1.penup()
pen1.goto(100,-100)
pen1.write("耶斯莫拉!",font=("Times",30,"normal"))
pen=turtle.Pen()
pen.pencolor("red")
pen.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