+ 3
Whats wrong with my code?
import math math.pow(2,4)
5 Answers
+ 9
You did not print the result.
+ 9
print(math.pow(2,4))
+ 2
then also I didn't get the answer!!
it is commenting (built in function)
+ 2
thank u master!!
+ 1
import math
math.pow(2,4)
print(pow)