Q. Which are the advantages of functions in python? (Solved)
1. reducing duplication of code
2. decomposing complex problems into simpler pieces
3. improving clarity of the code
4. all of the mentioned
- d. all of the mentioned
1. reducing duplication of code
2. decomposing complex problems into simpler pieces
3. improving clarity of the code
4. all of the mentioned