Commit 89b2f2e4 by BellCodeEditor

save project

parent 1c221314
Showing with 4 additions and 2 deletions
len=100 len=5
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.pensize(5) pen.pensize(5)
...@@ -9,5 +9,6 @@ pen.right(90) ...@@ -9,5 +9,6 @@ pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
pen.up() pen.up()
pen.write("你好",font=("Times",30,"normal")) pen.goto(50,40)
pen.write("你好,",font=("Times",30,"normal"))
turtle.done() 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