Which is the correct import statement to import the matplotlib module?

7. Which is the correct import statement to import the matplotlib module?

  1. import matplotlib from mat
  2. import matplotlib
  3. import matplotlib from plotting
  4. import matplotlib from plots

Answer: B) import matplotlib

Explanation:

The correct import statement to import the matplotlib module is:

import matplotlib

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.