Commit e494f111 by BellCodeEditor

save project

parent 619269f3
Showing with 11 additions and 16 deletions
import turtle a=['z','y','c','v']
pen=turtle.Pen() b=['n','m']
pen.hideturtle() c=['h','j']
pen.pensize(20) f=['k','l']
pen.pencolor("red") a.insert(l,'s')
pen.fillcolor("red") print(a)
pen.begin_fill() b.append('d')
pen.left(45) pow(b)
pen.forward(100) c.extend(f)
pen.circle(50,180) print(c)
pen.right(90) \ No newline at end of file
pen.circle(50,180)
pen.forward(100)
pen.end_fill()
pen.write("你\n\n \n你好",font=("Times",20,"normal"))
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