anonymous
2016-11-21 11:54:00 UTC
question is...
Modular elements in the procedural programming are ways to group program code together so they can be called in blocks. In python these code blocks are indicated using indentation. The code blocks can be called functions, procedures, routiness, subroutines and or modules.
Using your own words explain why modular elements are important in procedural programming.