0 votes
in Python by
Is It Mandatory For A Python Function To Return A Value?

1 Answer

0 votes
by

It is not at all necessary for a function to return any value. However, if needed, we can use None as a return value.

...