Commit 4196736e by BellCodeEditor

save project

parent d134f966
Showing with 15 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("诺伊,\n你现在在哪呀?\n有时间要来找我们玩哦!",font=("Times",20,"normal"))
pen.hideturtle()
#一名特务装作炊事员潜入我军内部,在鸡汤里下了毒企图毒死将领们,但一切早已被识破,在将领们的步步紧逼下,被‌​‌‌‌‌​‌‌​‌​​‌‌​​‌‌‌迫喝下鸡汤的特务拿出手榴弹想要同归于尽,并自爆家门:“我就是大名鼎鼎的重庆军统,和大日本双料高级特工,代号,穿山甲。
pen.pensize(5)
pen.pencolor("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.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