Commit ab56e1ec by BellCodeEditor

save project

parent e8404b21
Showing with 14 additions and 2 deletions
......@@ -2,7 +2,18 @@
import turtle
# pen=turtle.Pen()
# pen.write("日本是个大傻逼",font=("Times",30,"normal"))
pen=turtle.Pen()
pen.write("日本是个大傻逼",font=("Times",30,"normal"))
turtle.done()
pen.pensize(20)
pen=pen.color("red")
pen.left(45)
pen.forward(100)
pen,circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
turtle.done()
\ No newline at end of file
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