0
Can someone help me in correcting this error?
it's on line 9 . related to power function https://code.sololearn.com/cHsHdwtkVeng/?ref=app
1 Respuesta
+ 3
You have to cast the result of math.pow to integer. Just put (int) in front of math.pow
it's on line 9 . related to power function https://code.sololearn.com/cHsHdwtkVeng/?ref=app