python与go语言对比

  |   0浏览

基本类型

      python

             number --- 数值型                  int -- 整型(x=100)                  float -- 浮点型(num3=15.0)                  bool-- 布尔型(True False)                  complex-- 复数型(3+5j)             String --- 字符串

             List --- 列表             tuple --- 元组             dict ----字典             sets --- 集合

原文地址:https://blog.51cto.com/asura1992/2507287