We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 782322a commit 577cb2cCopy full SHA for 577cb2c
tkinterTUT/tk11_msgbox.py
@@ -4,6 +4,7 @@
4
# Youku video tutorial: http://i.youku.com/pythontutorial
5
6
import tkinter as tk
7
+import tkinter.messagebox
8
9
window = tk.Tk()
10
window.title('my window')
0 commit comments