Commit ca44fbac by BellCodeEditor

save project

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