Python(5-6-7):數字+字符串+列表+元組+字典+集合

Python的數據類型 數字 序列 字符串 列表 元組 字典 集合 數字 經常使用的內建函數php import math import random print 1/2 # 結果取整數部分 0 print 1.0/2 0.5 print 1//2 # 捨去小數部分 0 print 3//2 1 print
相關文章
相關標籤/搜索