RosettaCodeData/Task/Hello-world-Graphical/Python/hello-world-graphical-1.py
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

3 lines
92 B
Python

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