MCQ Answer

<p>What will be the output of the following Python code?</p><pre>from math import pow<br>print(math.pow(2,3))</pre>

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))
Topic : Operators Expressions and Python Statements

A. Nothing is printed

B. 8

C. Error, method pow doesn’t exist in math module

D. Error, the statement should be: print(pow(2,3))




Correct Answer is :

D. Error, the statement should be: print(pow(2,3))



Explanation


    print(math.pow(2,3))

NameError: name 'math' is not defined


Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad