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.

Related questions

0 votes
asked May 16, 2020 in Python by Robindeniel
0 votes
asked Sep 24, 2021 in Python by Robin
...