Commit 603ffd3f by BellCodeEditor

save project

parent aa29e1e7
Showing with 7 additions and 0 deletions
...@@ -3,3 +3,10 @@ import turtle ...@@ -3,3 +3,10 @@ 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()
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