Commit ca44fbac by BellCodeEditor

save project

parent 342e9e60
Showing with 6 additions and 5 deletions
import turtle
scree=turtle. Scree()
scree bgcolor("red")
scree=turtle. Screen()
scree.bgcolor("green")
pen=turtle. Pen()
pen.penup()
pen.goto(100,-100)
# pen=turtnle. Pen()
# pen() wirte("傻逼"font=(Tims,18,normal))
# Pen.hideturtle()
pen.write("傻逼",font=("Times",18,"normal"))
pen.hideturtle()
# turtle.done()
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