How can I male more than ohne Button in tkinter messages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I male more than ohne Button in tkinter messages?

I want "YesNoCancel" or "YesNo". Can you help me?

2nd Jul 2020, 9:53 AM
botboss
botboss - avatar
1 Answer
+ 2
Yes why not you can do this You need to import messagebox form tkinter By using From tkinter import messagebox Then use Messagebox.askyesnocancel Or Messagebox.askokcancele And many more
2nd Jul 2020, 10:00 AM
Ayush Kumar
Ayush Kumar - avatar