Commit 524120ec by BellCodeEditor

auto save

parent b018238f
Showing with 3 additions and 3 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light bulu")
pen=penup()
pen.goto(100,-100)
screen.bgcolor("light bule")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("你ma的",font=("Times",20,"normal"))
pen1=turtle.Pen()
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