Computer Science, asked by PRANAYCHOWDARY, 5 months ago

Define fruitfull function with an example in python?​

Answers

Answered by TrueRider
19

A function that yields a return value. incremental development. A program development plan intended to avoid debugging by adding and testing only a small amount of code at a time. None. A special Python value returned by functions that have no return statement, or a return statement without an argument.

Answered by Ruchikakulria
0

Answer:

Functions in python are defined using the block keyword "def", followed with the function's name as the block's name. For example: def my_function(): print("Hello From My Function!"

HOPE IT WILL HELP YOU

Similar questions
Math, 5 months ago