Commit 8cc733c3 by BellCodeEditor

save project

parent 44b5cd74
Showing with 8 additions and 4 deletions
import turtle
#pen=turtle.Pen()
#pen.write("我家还蛮大的 来我家睡觉 没关系的")
#pen.hideturtle()
#turtle.done()
screen=turtle.Screen()
screen.bgcolor("light black")
pen=turtle.Pen()
pen.penup()
pen.write("我家还蛮大的 来我家睡觉 没关系的")
pen.hideturtle()
turtle.done()
pen1=turtle.Pen()
pen1.pencolor("red")
pen1.pensize(10)
......
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