I run following code :
import easygui
easygui.ynbox('Shall I continue?', 'Title', ('Yes', 'No'))
easygui.msgbox('This is a basic message box.', 'Title Goes Here');
but i get different window for ynbox and msgbox ,i want bot both of them to be included in same window