Q157
How can you create your own module in Python?
A.
By creating a .py file containing your code
AnswerB.
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