python与go语言对比
基本类型
python
number --- 数值型 int -- 整型(x=100) float -- 浮点型(num3=15.0
) bool-- 布尔型(True False) complex-- 复数型(3+5j) String --- 字符串
List --- 列表 tuple --- 元组 dict ----字典 sets --- 集合