- 3
TypeError: a float is required
import math a=float(input("Введіть число a: ")) x=float(input("Введіть число х: ")) y=(2/a*x)*(math.pow((math.tan),2/3))*(a*x/2)-(math.pow((math.tan),3))*(a*x/2) print("Відповідь: ", format(y,'.2f')) input()
1 Resposta
- 3
on which line did the error occur