Which of the following is not an advantage of using modules?
(a) Provides a means of reuse of program code
(b) Provides a means of dividing up tasks
(c) Provides a means of reducing the size of the program
(d) Provides a means of testing individual parts of the program
I had been asked this question at a job interview.
My question is taken from Python Modules topic in portion Mapping Functions and Modules of Python