Report Bug
Qus : What is a module in Python?
Qusपायथन में मॉड्यूल क्या होता है?

A. A package manager
B. A loop structure
C. A file containing Python code
D. A variable type


Solution
C. A file containing Python code






Report Bug