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)
儲蓄險是板主最喜愛的儲蓄工具,最喜愛的投資理財工具則是ETF,最喜愛的省錢工具則是信用卡
摘要 iterrows 產生的...
摘要 目標:用 Python ...
一、先認識三種「變數範圍」 區...
目錄 什麼是 Logging?...
前言 傳統上我們用 os、os...
collections.Cou...