标签:字符串 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
标签:字符串 str int tuple lis 布尔 dict als bool
原文地址:https://www.cnblogs.com/yi-xixi/p/10927025.html