Sortieren Sie Strings als Zahlen Python

a = sorted(a, key=lambda x: float(x))
Annoying Alpaca