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

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