Posts by Marcio Degan • 21 points
1 post
-
1
votes3
answers66
viewsQ: How to remove values that are in another list?
I have two dictionaries, one with available schedules, and one with scheduled schedules: schedules_dict = {1: ['00:00'], 2: ['00:30', '00:45'], 3: ['00:00', '00:30', '00:45']} appointments_dict =…