Commit 7b971e0f by BellCodeEditor

auto save

parent 859fc7b2
Showing with 11 additions and 11 deletions
import turtle import turtle
Pne=turtle.Pen() Pen=turtle.Pen()
Pne.write(""()) Pen.penup()
Pne.hideturtle() Pen.goto(100,-100)
turtle.done() Pen.write("MC"(Time,30,))
Pne1=turtle.pen() Pen1=turtle.pen()
Pne1.pensize(5) Pen1.pensize(5)
Pne1.pencolor("green") Pen1.pencolor("green")
Pne1.left(45) Pen1.left(45)
Pne1.forward(100) Pen1.forward(100)
Pne1.circle(55,180) Pen1.circle(55,180)
Pne1.forward(100) Pen1.forward(100)
Pen1.hideturtle() Pen1.hideturtle()
turtle.done() turtle.done()
......
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