def compute(x,y): return x**y. x=eval(input()) y=eval(input()). ans=compute(x,y) print(ans). Python TQC考題504 次方計算,def compute(x,y):.
確定! 回上一頁