摘要: 常见的内置函数 1.help() 查看注释信息 help(len) 2.id() 返回遗一串相当于内存地址的数字 print(id('bob')) 3.int() 类型转换机制 4.isinstance() 判断数据类型 print(type('bob')is str) print(isinstan 阅读全文
posted @ 2022-03-23 19:36 末笙 阅读(38) 评论(0) 推荐(0)