Commit eb29fe63 by BellCodeEditor

save project

parent a62c6a3e
Showing with 12 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
p=turtle.Pen() # p=turtle.Pen()
p.write("诺依,你的遗言我收到\n了,银行卡我收下了\n:-D",font=("Time",25,"normal")) # p.write("诺依,你的遗言我收到\n了,银行卡我收下了\n:-D",font=("Time",25,"normal"))
p.hideturtle() # p.hideturtle()
# turtle.done()
t=turtle.Pen()
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