How to sort two nested list which are linked by indexes
I am trying to sort a nested list by date (which I can). Then if the list has duplicate dates, sort the duplicate dates by time.
Understanding list assignment in python
I am defining a nested list like this x = [[None] *2] * 3