trier les chaînes comme nombres python
a = sorted(a, key=lambda x: float(x))
Annoying Alpaca
a = sorted(a, key=lambda x: float(x))