关于第一个界面小游戏的问题?
本帖最后由 海里的不是水 于 2016-9-2 11:05 编辑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
为什么我的g.msgbox后面要加=程序才能运行? 领领领 感谢楼主 网址打不开,怎么回事 支持支持 很有意思{:10_256:} 真的好棒啊啊啊啊啊啊{:10_254:} 必须手动点赞!!!!! 很好哈,支持支持 python不是安装在c盘的,搞了半天也没有安装好,郁闷啊 {:5_90:}{:5_90:} 加油fighting! 终于见到用户视角的东西了,激动啊,谢谢小甲鱼老师