4 lines
101 B
Python
4 lines
101 B
Python
|
|
from tkinter import messagebox
|
||
|
|
|
||
|
|
result = messagebox.showinfo("Some Window Label", "Goodbye, World!")
|