Commit 0b1c64a9 by BellCodeEditor

save project

parent 956fcf50
Showing with 10 additions and 2 deletions
......@@ -2,4 +2,13 @@
import turtle
pen=turtle.Pen()
pen.write("哦!('o')",font=("Times",10,"normal"))
turtle.done()
\ No newline at end of file
pen1.pencolor(red)
pen1.penup()
pen1.goto(-30,30)
pen1.left(45)
pen1.forward(120)
pen1.circle(60,180)
pen1.left(90)
pen1.circle(60,180)
pen1.forward(120)
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