0 votes
in Python by
Is it mandatory for a Python Language 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 Sep 29, 2021 in Python by john ganales
0 votes
asked Aug 30, 2020 in Python by sharadyadav1986
...