Replacement index 1 out of range for positional args tuple

前端 未结 0 1738
暗喜
暗喜 2021-02-14 03:26
import math
x = float(input())
y = float(input())
z = float(input())
x2z = math.pow(x, z)
z2 = math.pow(z, z)
y2z = math.pow(y, z)
xy2z = math.pow(x, y2z)
xfabs = math.f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题