Report Bug
Qus :

What will be the output of following code

import math
print(math.pi)

Qus

निम्नलिखित कोड का आउटपुट क्या होगा?

import math
print(math.pi)


A. 5.354562653589793
B. 3.141592653589793
C. 7.867564234556778
D. 9.048495456553358


Solution
B. 3.141592653589793






Report Bug