
Python
酱油王
这个作者很懒,什么都没留下…
展开
-
Python sorted
sorted(iterable, cmp=None, key=None, reverse=False)Key FunctionsStarting with Python 2.4, both list.sort() and sorted() added akey parameter to specify a function to be called on each list ele原创 2017-11-05 17:53:14 · 347 阅读 · 0 评论 -
utils.py
import osimport sysimport statimport selectimport timeimport errnotry: InterruptedErrorexcept NameError: # Alias Python2 exception to Python3 InterruptedError = select.errordef转载 2017-06-04 00:35:54 · 1262 阅读 · 0 评论