Skip to content

Commit 780225c

Browse files
authored
Update app.py
1 parent 63f7949 commit 780225c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cryptography/app2/app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ def stopProg(e):
77
button1=Button(root,
88

99
text="click to close")
10+
1011
button1.pack()
12+
1113
button1.bind('<Button-1>',stopProg)
1214
root.mainloop()
1315

0 commit comments

Comments
 (0)