Python TQC考題504 次方計算,def compute(x,y):return x**y by 儲蓄保險王 · 2022-04-29 def compute(x,y): return x**y x=eval(input()) y=eval(input()) ans=compute(x,y) print(ans) “”” 簡單到無需自定義函數 只是練習如何自定義函數 14, 3是使用者input() 不要直接寫進去 compute(14,3) “”” 相關文章Python: 使用字典的 .get() 方法處理鍵不存在的情況; apple_count = my_dict .get( 'apple' , 0) # 如果鍵存在,返回對應的值,否則返回預設值 0Linux / Unix 指令: ps aux | grep XXX.py ; ifconfig ("interface configuration"); ip addr ; hostname -I查詢ip addressPython: 如何解析網址? from urllib.parse import urlparse, parse_qs正則表示法(Regular Expression): pattern = re.compile(r'\d+') #re.Pattern ; pattern.match() ; pattern.search() ; pattern.findall() ; pattern.finditer() ; pattern.sub() 如何使用?Python: openCV無法使用中文路徑的話,該如何處理?bgrImage = cv2.imdecode (numpyarray, cv2.IMREAD_GRAYSCALE)Python 機器學習: 如何將if ~ else ~語法寫為一列,塞進lambda函數中, pandas.DataFrame 如何使用 .apply(func) 增加新的一欄? model = tensorflow.keras.models.Sequential()Python: pandas.DataFrame.astype() 函数方法的使用; df1.astype( dtype = np.float64, errors = "ignore")Python: matplotlib繪圖,如何限定座標軸範圍? plt.axis([xmin, xmax, ymin, ymax])Python: pandas.DataFrame與numpy.ndarray回測1995年初~2022年底,新興市場溢酬是否存在?
近期留言