+ 3

Whats wrong with my code?

import math math.pow(2,4)

9th Sep 2017, 3:48 AM
Darwin Bin
Darwin Bin - avatar
5 Réponses
+ 9
You did not print the result.
9th Sep 2017, 3:50 AM
Hatsy Rei
Hatsy Rei - avatar
+ 9
print(math.pow(2,4))
9th Sep 2017, 4:05 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
then also I didn't get the answer!! it is commenting (built in function)
9th Sep 2017, 3:53 AM
Darwin Bin
Darwin Bin - avatar
+ 2
thank u master!!
9th Sep 2017, 4:10 AM
Darwin Bin
Darwin Bin - avatar
+ 1
import math math.pow(2,4) print(pow)
9th Sep 2017, 3:52 AM
Darwin Bin
Darwin Bin - avatar