Commit 385cead0 by BellCodeEditor

save project

parent ef6dded4
Showing with 7 additions and 3 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("light blue")
#写字
#pen=turtle.Pen()
#pen.write("Hi.吃屎吧~/")
#pen.hideturtle.Pen()
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write("Hi.fddghvghctfbvcgfghgjgcfhtfgjhcfhrytjg~/")
pen.hideturtle.Pen()
#画爱心
pen1=turtle.Pen()
pen1.pencolor("grey")
......
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