Which are the advantages of functions in python?
Posted: Wed Jul 13, 2022 7:45 pm
a) Reducing duplication of code
b) Decomposing complex problems into simpler pieces
c) Improving clarity of the code
d) All of the mentioned
b) Decomposing complex problems into simpler pieces
c) Improving clarity of the code
d) All of the mentioned