πŸ“Š Python
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

πŸ‘οΈ
48
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate