blah blah blah
Challenges ahead
test blocks
def hide_popup():
'''Withdraw (hide) popup window and
delete all entries from table called
chosen.'''
top.withdraw() # hide the popup window using withdraw command
try:
with sqlite3.connect(DB) as myDB:
sql_curs = myDB.cursor()
sql_curs.execute('DELETE FROM chosen;')
myDB.commit()
except sqlite3.OperationalError as e:
print(e)
list1 = [1,2,3,4,5]
for item in list:
print(item)
Holding item four
blah blah
08:10
Another holding item
blah blah blah
A holding item
blah blah blah