Commit 3b812f08 by BellCodeEditor

save project

parent aff09e39
Showing with 8 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
t=turtle.Pen() t=turtle.Pen()
t.write("我真谢谢你, \n诺依",font=("Times",30,"normal")) t.color("red")
t.heading() t.left(45)
t.forward(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.forward(100)
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