Commit 3e34a8d8 by BellCodeEditor

save project

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