MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is the use of function in python? |
| A. | functions are reusable pieces of programs |
| B. | functions don’t provide better modularity for your application |
| C. | you can’t also create your own functions |
| D. | all of the mentioned |
| Answer» B. functions don’t provide better modularity for your application | |