CBSE Class 11 Computer Science Question 57 of 63

Introduction to Python Modules — Question 4

Back to all questions
4
Question

Question 4

The statement to import math module is—call math.

Answer

False

Reason — The statement to import the math module in Python is import math.