会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小南落
博客园
首页
新随笔
联系
管理
订阅
2019年11月7日
Python的基本数据类型(2)
摘要: 字符串(str)的魔法方法 def isalnum(self): def isalpha(self): def isdigit(self): def isidentifier(self): def isnumeric(self): def isprintable(self): def isspace
阅读全文
posted @ 2019-11-07 15:19 小南落
阅读(161)
评论(0)
推荐(0)
2018年5月5日
Python的基本数据类型(1)
摘要: Python的数据类型 在Python3中的基本数据类型包括:数字(int)、字符串(str)、布尔值(bool)、列表(list)、元祖(tuple)、字典(dict)等,所有的数据可以通过type()函数进行查询其数据类型。在Python的命令行键入数据类型(int、str、bool、list、
阅读全文
posted @ 2018-05-05 23:45 小南落
阅读(499)
评论(0)
推荐(0)
公告