Commit 07d02991 by BellCodeEditor

save project

parent cfc4a9ee
Showing with 11 additions and 4 deletions
import turtle
pen=turtle.Pen()
pen.write("你好,你是谁。你\n是不是傻瓜。",font=("宋体",10,"normal"))
turtle.done()
\ No newline at end of file
# pen=turtle.Pen()
# pen.write("你好,你是谁。你\n是不是傻瓜。",font=("宋体",10,"normal"))
# turtle.done()
lpen=turtle.Pen()
lpen.left(45)
lpen.forward(100)
lpen.circle(50,180)
lpen.right(90)
lpen.circle(50,180)
lpen.forward(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