We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312d954 commit 9af85f1Copy full SHA for 9af85f1
tkinter-1.py
@@ -3,7 +3,8 @@
3
import tkinter as tk
4
5
#calling Tk() method
6
-root = tk.Tk()
+root = tk.Tk()
7
+#its used for creating gui window
8
9
#title() method is used to change the title
10
root.title("My GUI")
0 commit comments