KnowledgeBoat Logo
|

Robotics & Artificial Intelligence

A module in Python is …………… .

  1. A function
  2. Collection of variables
  3. Collection of Python code in a file
  4. None of these

Python Modules

1 Like

Answer

Collection of Python code in a file

Reason — A module is a simple Python file that can contain functions, variables, and other objects.

Answered By

1 Like


Related Questions