摘要: a = 1 print(type(a)) # <class 'int'> -- 整型 b = 3.1 print(type(b)) # <class 'float'> -- 浮点型 c = True print(type(c)) # <class 'bool'> -- 布尔型 d = '12345' 阅读全文
posted @ 2021-05-18 14:46 酷酷的小庄 阅读(28) 评论(0) 推荐(0) 编辑
/* 鼠标点击求赞文字特效 */