标签:
>>> s = [‘ta‘,‘ad‘,‘at‘,‘At‘,‘eg‘] >>> sorted(s) [‘At‘, ‘ad‘, ‘at‘, ‘eg‘, ‘ta‘] >>> #pythonz中的字符串排序,按字典序
python中的字典序
原文地址:http://www.cnblogs.com/kirsten/p/4353976.html