RosettaCodeData/Task/Hello-world-Graphical/Python/hello-world-graphical-2.py
2023-07-01 13:44:08 -04:00

3 lines
92 B
Python

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