Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a27812

Browse files
Update addressbook.py
1 parent e6dbf65 commit 8a27812

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

‎Address-Book/addressbook.py‎

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ def delete_task():
122122
cur.execute(sql, (Name.get(),))
123123
conn.commit()
124124

125-
126-
127125
"""
128126
Get all rows in the tasks table
129127
"""
@@ -137,9 +135,6 @@ def select_all_tasks():
137135
e.grid(row=i, column=j)
138136
e.insert(END, student[j])
139137
i=i+1
140-
141-
142-
143138
'''
144139
Getting the path of database and defining the table to be created
145140
'''
@@ -202,11 +197,3 @@ def RESET():
202197
Button(root,text="EXIT", font='Times 14 bold',bg='dark gray', command = EXIT,width=8).place(x= 300, y=280)
203198
Button(root,text="RESET", font='Times 14 bold',bg='dark gray', command = RESET,width=8).place(x= 420, y=280)
204199
root.mainloop()
205-
206-
207-
208-
209-
210-
211-
212-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /