摘要:
官网链接 filter(function, iterable)¶ Construct an iterator from those elements of iterable for which function returns true. iterable may be either a seque 阅读全文
摘要:
str:' ';" " class str(basestring): """ str(object='') string Return a nice string representation of the object. If the argument is a string, the retur 阅读全文
摘要:
class int(object): """ int(x=0) int or long int(x, base=10) int or long Convert a number or string to an integer, or return 0 if no arguments are give 阅读全文