码迷,mamicode.com
首页 > 编程语言 > 详细

python数据类型

时间:2019-05-26 19:40:24      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:字符串   str   int   tuple   lis   布尔   dict   als   bool   

int   整型  100

float  浮点数  99.99

str  字符串  "hello"  

list  列表  ["字",1,99.9]

tuple  元组  (1,2,3)

dict  字典  {"key":value,"a":1}

bool  布尔值  true   false

python数据类型

标签:字符串   str   int   tuple   lis   布尔   dict   als   bool   

原文地址:https://www.cnblogs.com/yi-xixi/p/10927025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!