Which fragment of code will print exactly the same output as this fragment?
import math
print(math.pow(2,10)) # prints 2 elevated to the 10th power
Which fragment of code will print exactly the same output as this fragment?
import math
print(math.pow(2,10)) # prints 2 elevated to the 10th power