Podcast
Questions and Answers
Which of the following is the correct syntax for importing the 'math' module in Python?
Which of the following is the correct syntax for importing the 'math' module in Python?
What is the purpose of the 'import' statement in Python?
What is the purpose of the 'import' statement in Python?
Which of the following statements is true about the 'import' statement in Python?
Which of the following statements is true about the 'import' statement in Python?
The 'import' statement is used to load a module into a Python script.
The 'import' statement is used to load a module into a Python script.
Signup and view all the answers
The 'import' statement can only be used to import built-in modules.
The 'import' statement can only be used to import built-in modules.
Signup and view all the answers
The 'import' statement is case-sensitive in Python.
The 'import' statement is case-sensitive in Python.
Signup and view all the answers