+ 4
How do i do a alert box?
Like in JavaScript we can create an alert box. How do I do the same thing on python3 or cpython?
2 Answers
+ 4
tkinter is one of the answers to your question.
No, it won't work in the code playground!
+ 1
thanks
Like in JavaScript we can create an alert box. How do I do the same thing on python3 or cpython?