filmov
tv
Sorting integer and string lists in Python

Показать описание
This short Python tutorial shows how to sort integer and string lists in Python. A list is created as: example_list = [c, a, b] and can be sorted with following commands:
- sorted(example_list)
Many thanks for watching!
- sorted(example_list)
Many thanks for watching!