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

4 lines
92 B
Python

import tkMessageBox
result = tkMessageBox.showinfo("Some Window Label", "Goodbye, World!")