InterviewSolution
Saved Bookmarks
| 1. |
How will you define functions in python .Give the answer with example |
|
Answer» Function blocks begin with the keyword def FOLLOWED by the function name and PARENTHESES ( ( ) ). Any input parameters or arguments should be PLACED within these parentheses. hope it helps you mate. please thank and ♏ark my answer as brainliest. @ ANUSHA ❤✌ |
|