Robotics & Artificial Intelligence

Fill in the blanks:

  1. ……………. and ……………. are used to organise Python project.
  2. Pandas is a Python library for ……………. .
  3. ……………. library supports mathematical operations.

Python Modules

3 Likes

Answer

  1. Packages and modules are used to organise Python project.
  2. Pandas is a Python library for data handling.
  3. NumPy library supports mathematical operations.

Answered By

3 Likes


Related Questions