Commit 603ffd3f by BellCodeEditor

save project

parent aa29e1e7
Showing with 8 additions and 2 deletions
...@@ -2,4 +2,11 @@ ...@@ -2,4 +2,11 @@
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("他就突然就谈话人,\n诺宇",font=("Times",30,"normal")) pen.write("他就突然就谈话人,\n诺宇",font=("Times",30,"normal"))
turtle.done() turtle.done()
\ No newline at end of file pen1.circle("red")
pen1.pensize(20)
pen1=left(45)
pen1.circle(90)
pen1.right(50,180)
pen1.circle(100)
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