python数据类型

 

 

 

int   整型  100

float  浮点数  99.99

str  字符串  "hello"  

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

tuple  元组  (1,2,3)

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

bool  布尔值  true   false

posted @ 2019-05-26 18:50  zhaoxixi  阅读(196)  评论(0编辑  收藏  举报