What is the best way of creating an alphabetically sorted list in Python?
list.sort()
It really is that simple :)