File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111window .geometry ('200x200' )
1212
1313def hit_me ():
14- #tk.messagebox.showinfo(title='Hi', message='hahahaha')
15- #tk.messagebox.showwarning(title='Hi', message='nononono')
16- #tk.messagebox.showerror(title='Hi', message='No!! never')
14+ #tk.messagebox.showinfo(title='Hi', message='hahahaha') # return 'ok'
15+ #tk.messagebox.showwarning(title='Hi', message='nononono') # return 'ok'
16+ #tk.messagebox.showerror(title='Hi', message='No!! never') # return 'ok'
1717 #print(tk.messagebox.askquestion(title='Hi', message='hahahaha')) # return 'yes' , 'no'
1818 #print(tk.messagebox.askyesno(title='Hi', message='hahahaha')) # return True, False
1919 print (tk .messagebox .asktrycancel (title = 'Hi' , message = 'hahahaha' )) # return True, False
You can’t perform that action at this time.
0 commit comments