Question: Please try to guess what is missing in the following code and add the missing part so that the code works fine.
import math print(math.pow(2))
Hint:Simply pass two arguments.