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

4 lines
92 B
Python
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
import tkMessageBox
result = tkMessageBox.showinfo("Some Window Label", "Goodbye, World!")