Commit ea9221ec by BellCodeEditor

save project

parent 066b6aaa
Showing with 2 additions and 1 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("green")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.pendown()
pen.write("我是刘宇嵩",font=("Times",20,"normal"))
pen.hideturtle()
pen1=turtle.Pen()
pen1.fillcolor("red")
pen1.begin_fill()
......
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