我想根据答案创建另一个弹出消息(在Python 3中)

时间:2017-07-11 17:52:06

标签: python

到目前为止,我已经创建了一个窗口,询问是/否答案的问题,但是如何根据操作员给出的答案创建另一个具有不同输出的窗口?

(对不起,不包括在内)

代码:

import ctypes  

def Mbox(title, text, style):
     return ctypes.windll.user32.MessageBoxW(0, text, title, style)

Mbox('This may be incorrect', 'Do you proceed?', 4)

0 个答案:

没有答案