Commit 3e34a8d8 by BellCodeEditor

save project

parent 93629ef4
Showing with 9 additions and 7 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# p=turtle.Pen()
# p.write("诺依,你好,\n我是惠然,\n你是谁呀?",font=("Times",25,"normal"))
# turtle.done()
f=turtle.Pen()
f.circle(50)
turtle.done()
\ No newline at end of file
p=turtle.Pen()
p.left(45)
p.forward(100)
p.circle(50,180)
p.right(90)
p.circle(50,180)
p.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