5 Respostas
0
For squire root in python:
pow(x, 0.5) works
math.sqrt(x) also works..
Para raíz de escudero en Python
pow (x, 0.5) funciona
math.sqrt (x) también funciona.
0
import math
a,b,c = 5,4,6
t= (a+b+c) / 2
print(math.sqrt(t) * (t-a) * (t-b) * (t-c))
0
Me marca error
0
Que error te da ?
0
Tipo de error float dice object is not callable