Q. Which of the following is the correct way to import the math module?

  • (A) import math
  • (B) include math
  • (C) using math
  • (D) require math
πŸ’¬ Discuss
βœ… Correct Answer: (A) import math
Explanation: Python uses `import` to include modules.
Explanation by: Mr. Dubey
Python uses `import` to include modules.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
57
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate