Commit 6579331c by BellCodeEditor

save project

parent 139d6a35
Showing with 9 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.ieft(180)
pen.forward(100)
pen.ieft()
pen.forward(100)
pen.left(90)
pen.circle(50,180)
pen.write("2020年,\n数百名物理学家死于非命;\n中国专家汪淼的眼中也出现倒计时,\n随后发现一款游戏中一个在三日下煎熬\n的“灾难星球”竟真实存在,\n那里的“三体文明”\n400年后即将达到地球;\n一场未来的浩劫摆在人类面前……",font=("Times",20,"normal"))
pen.hideturtle()
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