python3入門與進階(二)

變量 python3中變量的定義是不固定類型的(動態),區分大小寫python 值類型 引用類型 不可變的(值類型) 可變的(引用類型) int (整型) list (列表) str (字符串) set (集合) tuple (元組) dict (字典) - 經過內置函數id(),能夠知道變量在內存的位置web b = "icessun" b = b + "hello" print(b) >>>
相關文章
相關標籤/搜索