Vidyalelo
Python · Q5

Module in Python

Programming · Python · question 5

Q5

What will be the output of the following code:import mathprint(math.pi)

A.
The value of π (pi)
Answer
B.
An error will occur
C.
math
D.
3.141592654

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board