python 第二天 -----運算符/條件語句

#InnerFuction 內置函數 import random import math type() 返回對象或者變量的數據類型 print(type(「呵呵」)) # class_str a=3 print(type(a)) # class_int abs() 返回一個數字的絕對值 print(abs(-10)) max() 返回一組數據當中的最大值 min() 返回一組數據當中的最小值 pr
相關文章
相關標籤/搜索