摘要: 总结 常见内置函数 # 1.help() 查看注释信息 help(len) # len(obj, /) Return the number of items in a container. # 2.id() 返回内存地址 print(id('a')) # 2931719462448 # 3.int( 阅读全文
posted @ 2022-03-23 19:33 有梦想的阿九 阅读(33) 评论(0) 推荐(0)