python----python中常用的內置方法

In [55]: min(2,3) Out[55]: 2 In [56]: max(2,3) Out[56]: 3 In [57]: sum(range(1,101))
相關文章
相關標籤/搜索