摘要: 1. 常见内置函数 # 1.help() 查看参数的信息 help(len) # Help on built-in function len in module builtins: # # len(obj, /) # Return the number of items in a container 阅读全文
posted @ 2022-03-23 17:28 thrombus 阅读(54) 评论(0) 推荐(0)