Examveda
Examveda

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

A. The value of π (pi)

B. An error will occur

C. math

D. 3.141592654

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python