我来看看
为啥都要隐藏捏
厉害了
新手来学习下
又看了一遍。不知道为何感觉很有用诶。
kan kan
233
。。
瞧瞧
import easygui as g
import sys
while 1:
g.msgbox("嗨,欢迎进入第一个界面小游戏^_^")
msg ="请问你希望在鱼C工作室学习到什么知识呢?"
title = "小游戏互动"
choices = ["谈恋爱", "编程", "OOXX", "琴棋书画"]
choice = g.choicebox(msg, title, choices)
# note that we convert choice to string, in case
# the user cancelled the choice, and we got None.
g.msgbox("你的选择是: " + str(choice), "结果")
msg = "你希望重新开始小游戏吗?"
title = "请选择"
if g.ccbox(msg, title): # show a Continue/Cancel dialog
pass# user chose Continue
else:
sys.exit(0) # user chose Cancel
我想知道为啥
认真看完,不要白拿5鱼币哦
{:7_119:}我怎么没看到有书。。在哪里
你就能把这一
谢谢楼主
{:5_95:}{:5_96:}
{:5_106:}新手来报道
嗯嗯嗯嗯呃呃呃
看看,学习
感谢楼主,看看