What will the following code output?
import math print(math.pi)
3.14159…
math.pi
Error
pi
This question is part of this quiz :