py-labs/sort.py

2 lines
68 B
Python
Raw Permalink Normal View History

2020-07-07 19:59:34 +01:00
list = ["aaaa", "ffff", "adadad", "cccc", 5, 2, 4]
print list.sort()