Return human-sorted list of strings.
Use to sort file names.
>>> natural_sorted(['f1', 'f2', 'f10']) ['f1', 'f2', 'f10']
iterable (Iterable[str])
list[str]
natural_sorted()