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 11
11
window .geometry ('200x200' )
12
12
13
13
def 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'
17
17
#print(tk.messagebox.askquestion(title='Hi', message='hahahaha')) # return 'yes' , 'no'
18
18
#print(tk.messagebox.askyesno(title='Hi', message='hahahaha')) # return True, False
19
19
print (tk .messagebox .asktrycancel (title = 'Hi' , message = 'hahahaha' )) # return True, False
You can’t perform that action at this time.
0 commit comments