Skip to content

Commit 9af85f1

Browse files
Update tkinter-1.py
1 parent 312d954 commit 9af85f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tkinter-1.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import tkinter as tk
44

55
#calling Tk() method
6-
root = tk.Tk()
6+
root = tk.Tk()
7+
#its used for creating gui window
78

89
#title() method is used to change the title
910
root.title("My GUI")

0 commit comments

Comments
 (0)