Python - Modules and Code Organization
You want to create a module named
calculator with functions for add and subtract. How does using this module help in a big project?