用户:
FCX最牛的话唠查看:0 回复:2 评论:0 创建时间:2021-12-19T19:40:32
【作品展示】

【作品介绍】
za
【作品源代码】
import turtle
import easygui
import time
import pygame
__Pen = turtle.Pen()
turtle.bgcolor("#333333")
__Pen.hideturtle()
easygui.msgbox(turtle.textinput('Windows系统', '请输入Windows密码'))
easygui.msgbox('你好Windows用户')
turtle.bgcolor("#ffffff")
easygui.msgbox('正在打开联想语音')
if easygui.ynbox('是否继续?'):
pass
time.sleep(2)
easygui.msgbox('打开失败')
time.sleep(0.5)
easygui.msgbox('正在查寻原因中')
time.sleep(4)
easygui.msgbox('原因是此软件不支持你的系统')
turtle.done()
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn