Sortuj sznurki jako liczby Python
a = sorted(a, key=lambda x: float(x))
Annoying Alpaca
a = sorted(a, key=lambda x: float(x))