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 b60259e commit c149aeeCopy full SHA for c149aee
Address-Book/addressbook.py
@@ -257,3 +257,5 @@ def RESET():
257
Button(root, text="RESET", font='Times 14 bold', bg='dark gray',
258
command=RESET, width=8).place(x=320, y=280)
259
root.mainloop()
260
+
261
+# minor change - test
0 commit comments