摘要:
tuple([iterable]) Return a tuple whose items are the same and in the same order as iterable‘s items. iterable may be a sequence, a container that supp 阅读全文
摘要:
Return a list of the words of the string s. If the optional second argument sep is absent or None, the words are separated by arbitrary strings of whi 阅读全文