Vidyalelo
Python · Q157

Module in Python

Programming · Python · question 157

Q157

How can you create your own module in Python?

A.
By creating a .py file containing your code
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board