Q. Which of the following will print the pi value defined in math module?
β
Correct Answer: (B)
from math import pi print(pi)
You must be Logged in to update hint/solution