Commit e81d4317 by BellCodeEditor

auto save

parent c816b9b8
Showing with 13 additions and 0 deletions
import turtle
a = turtle.Pen()
b = turtle.Screen()
a.pencolor("white")
b.bgcolor("green")
a.write("王松der",font=("Times",100,"normal"))
a.hideturtle()
turtle.done()
\ No newline at end of file
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