Commit e01b8bd2 by BellCodeEditor

save project

parent 7e94fc6d
Pipeline #3387 failed in 0 seconds
Showing with 7 additions and 1 deletions
import turtle
a=turtle.Pen()
a.write("123abc",font=("Kaiti",40,"normal"))
screen=turtle.Screen()
screen.bgcolor("green")
a.write("静夜思",font=("Kaiti",40,"normal"))
a.penup()
a.goto(100,-200)
a.down()
pen.pencolor("red")
a.left(45)
a.forward(100)
a.circle(50,180)
......
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