python與go語言對比

基本類型

      python

             number --- 數值型
                  int -- 整型(x=100)
                  float -- 浮點型(num3=15.0)
                  bool-- 布爾型(True False)
                  complex-- 複數型(3+5j)
             String --- 字符串python

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

相關文章
相關標籤/搜索