摘要: """A collection of string constants. Public module variables: whitespace -- a string containing all ASCII whitespace ascii_lowercase -- a string conta 阅读全文
posted @ 2021-08-23 18:16 银月记 阅读(119) 评论(0) 推荐(0) 编辑
摘要: >>> a = [1,2,3] >>> help(a) Help on list object: class list(object) | list(iterable=(), /) | | Built-in mutable sequence. | | If no argument is given, 阅读全文
posted @ 2021-08-23 16:24 银月记 阅读(39) 评论(0) 推荐(0) 编辑
摘要: >>> help(str) Help on class str in module builtins: class str(object) | str(object='') -> str | str(bytes_or_buffer[, encoding[, errors]]) -> str | | 阅读全文
posted @ 2021-08-23 16:17 银月记 阅读(45) 评论(0) 推荐(0) 编辑