We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f7949 commit 780225cCopy full SHA for 780225c
cryptography/app2/app.py
@@ -7,7 +7,9 @@ def stopProg(e):
7
button1=Button(root,
8
9
text="click to close")
10
+
11
button1.pack()
12
13
button1.bind('<Button-1>',stopProg)
14
root.mainloop()
15
0 commit comments