I've got the following tuple of key, value pairs.
mytuple = (('2200', '10:00 PM'), ('2230', '10:30 PM'), ('2300', '11:00 PM'), ('2330', '11:30 PM'), ('0', '12:00 AM'), ('30', '12:30 AM'))
How would I sort this based on the key (i.e. time in 24 hour format)?