用户:
一只雕刻家呀查看:0 回复:2 评论:0 创建时间:2020-04-08T20:28:18
【作品展示】

【作品介绍】
卡喵你
【作品源代码】
import easygui
for __count in range(20):
easygui.msgbox('哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈', '卡喵你', '哦')
for __count in range(3):
easygui.msgbox('怎么样,卡没卡?', '作者的话', '卡了')
if (easygui.ynbox('到底卡没卡?!', '作者', ('卡了', '没卡')) == '卡了'):
easygui.msgbox('那就好', '作者', '哦')
else:
easygui.msgbox('那就再卡一次', '作者', '好吧')
for __count in range(20):
easygui.msgbox('哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈', '卡喵你', '哦')
for __count in range(3):
easygui.msgbox('怎么样,卡没卡?', '作者的话', '卡了')
if (easygui.ynbox('到底卡没卡?!', '作者', ('卡了', '没卡')) == '卡了'):
easygui.msgbox('那就好', '作者', '哦')
else:
easygui.msgbox('那就再卡一次', '作者', '好吧')
for __count in range(20):
easygui.msgbox('哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈', '卡喵你', '哦')
if (easygui.ynbox('到底卡没卡?!', '作者', ('卡了', '没卡')) == '卡了'):
easygui.msgbox('那就好', '作者', '哦')
else:
easygui.msgbox('那就再卡一次', '作者', '好吧')
for __count in range(20):
easygui.msgbox('哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈哈', '卡喵你', '哦')
easygui.msgbox('你挺杠嘛', '作者', 'emmmmmm')
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn
蒟蒻OIer1048576def 1_0 ():
if input("确认"):
print("好的")
else:
print("那是客观事实")
print("已进入文件监狱")
i=0
while True:
with open('D:\'+str(i)+'.txt','w') as file:
file.write('哈哈'*6666)
i+=666点赞0
评论