会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
槐序八
博客园
首页
新随笔
联系
订阅
管理
2022年3月23日
3.23python笔记
摘要: 常见的内置函数 1.help() 查看注释信息 help(len) 2.id() 返回一串相当于内存地址的数字 print(id('jason')) 3.int() 类型转换、机制转换 4.isinstance() 判断数据类型 print(type('jason') is str) # 类型判断
阅读全文
posted @ 2022-03-23 21:37 槐序八
阅读(37)
评论(0)
推荐(0)
公告