Examveda

How can you create your own module in Python?

A. By creating a .py file containing your code

B. By using the module keyword

C. By using the create_module function

D. By defining a function with the name module

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python