O Level Papers!

M3 R5: Programming and Problem Solving through Python

Set

What will be the output of the following Python code? from math import pow print(math.pow(2,3))

निम्नलिखित पायथन कोड का आउटपुट क्या होगा? from math import pow print(math.pow(2,3))

Write Answer

Explanation