用户:
MathCalculus查看:0 回复:0 评论:0 创建时间:2020-03-17T17:03:39
【作品展示】

【作品介绍】
考试了考试了!!!
【作品源代码】
import easygui
defun = 0
easygui.msgbox('喂喂起来考试了!!!', '老师')
easygui.msgbox('?!!!老师你做个人吧', '你')
easygui.msgbox('一共20题,每题5分,做吧!', '老师')
if easygui.ynbox('你喵 吗', '第一题'):
easygui.msgbox('错了,你傻啊')
else:
defun += 20
easygui.msgbox('对了')
if easygui.ynbox('作者帅吗'):
easygui.msgbox('作者并不喜欢拍马屁的人')
else:
defun += 20
easygui.msgbox('作者很负责任的告诉你,作者不帅')
if easygui.ynbox('金坷垃能不能吸收3米以下的氮磷钾?'):
easygui.msgbox('并不能')
else:
defun += 20
easygui.msgbox('不能,你对了')
if easygui.ynbox('你觉着你考40分以上了吗'):
if (defun >= 40):
defun += 20
easygui.msgbox('嗯')
else:
easygui.msgbox('并没有,你没考过40分')
else:
if (defun <= 40):
defun += 20
easygui.msgbox('嗯')
else:
easygui.msgbox('并没有,你考过了40分')
easygui.msgbox('老师改起了卷子')
easygui.msgbox('老师改完了卷子')
easygui.msgbox(('你考了' + str(defun)))
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn