I want to sort a list in this form:
[('Initial value problem', 0.0),
('Duns Scotus', 0.0),
('Open front unrounded vowel', 0.0),
('Android version history', 0.0001),
('Research ethics', 0.0001),
('Music technology', 0.0),
('Karl Bechert', 0.0001),
('Motion (physics)', 0.0001),
('Karl Friedrich Burdach', 0.0)]
And I want to sort this list based on the number in each element. Thanks.