πŸ“Š Python
Q. Which of the following will print the pi value defined in math module?
  • (A) from math import pi print(math.pi)
  • (B) from math import pi print(pi)
  • (C) print(math.pi)
  • (D) print(pi)
πŸ’¬ Discuss
βœ… Correct Answer: (B) from math import pi print(pi)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
183
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
82%
Success Rate