phlcsdn2023 2023-01-07 03:09:02 阅读数:144
**注意:**有些函数与 Python2.x 变化不大,大家要注意下哈。
内置函数 | ||||
---|---|---|---|---|
abs() | dict() | help() | min() | setattr() |
all() | dir() | hex() | next() | slice() |
any() | divmod() | id() | object() | sorted() |
ascii() | enumerate() | input() | oct() | staticmethod() |
bin() | eval() | int() | open() | str() |
bool() | exec() | isinstance() | ord() | sum() |
bytearray() | filter() | issubclass() | pow() | super() |
bytes() | float() | iter() | print() | tuple() |
callable() | format() | len() | property() | type() |
chr() | fro |
版权声明:本文为[phlcsdn2023]所创,转载请带上原文链接,感谢。 https://blog.csdn.net/phlcsdn2023/article/details/128356065