RosettaCodeData/Task/Hello-world-Graphical/Python/hello-world-graphical-2.py

4 lines
92 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import tkMessageBox
result = tkMessageBox.showinfo("Some Window Label", "Goodbye, World!")