Sorting integer and string lists in Python

preview_player
Показать описание
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!
Рекомендации по теме