Python में math module को import करने का सही syntax कौन सा है
Which of the following is the correct syntax to import the math module in Python
A
import math
B
Import math
C
IMPORT math
D
Import Math
Explanation
Correct Answer: A) import math