Syntax to import a module in Python
Question
:
What is the correct syntax to import a module named 'math' in Python?
import math
include math
using math
#import math
Answer
:
A - is the correct answer