Python function

原創轉載請註明出處:http://agilestyle.iteye.com/blog/2327737   調用函數 # abs() print(abs(100)) print(abs(-20)) print(abs(12.34)) # max() print(max(1, 2)) print(max(2, 3, 1, -5)) # int() print(int('123')) print(int
相關文章
相關標籤/搜索