Python學習筆記(2)——Python的數據結構

Python的數據結構 數字、字符串、列表、元組、字典 關於數字只需要主要下面幾點: 1、數字顯示的格式 >>>num = 1/ 3.0 >>>num 0.33333333333333331 >>>print num 0.333333333333 >>>"%e"%num '3.333333e-01' >>>"%2.2f"%num '0.33' 2、math模塊-普通數學函數,cmath模塊-處理復
相關文章
相關標籤/搜索