sort a string list in python code example Example: python sort list string # s = list with strings s.sort(key=str.lower)