用户:022aLaQ查看:0 回复:0 评论:0 创建时间:2023-04-01T19:57:15
【作品展示】

【作品介绍】
见证奇迹的时刻!
【作品源代码】
import turtle
p = turtle.Pen()
p.hideturtle()
p.pencolor("#ffffff")
turtle.bgcolor("#1273AA")
def moveto(x, y):
p.penup()
p.goto(x, y)
p.pendown()
moveto((-400), 150)
p.write(':(', font = ('微软雅黑', 106, 'normal'))
moveto((-400), 25)
p.write('你的电脑遇到问题,需要重新启动。', font = ('微软雅黑', 20, 'normal'))
moveto((-400), (-25))
p.write('我们只收集某些错误信息,然后你可以重新启动', font = ('微软雅黑', 20, 'normal'))
moveto((-400), (-100))
p.write('如果想了解更多信息,则可以在线搜索此错误:0x000000', font = ('微软雅黑', 10, 'normal'))
turtle.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn