0 votes
in Python by
How does a function return values?

1 Answer

0 votes
by

Functions return values using the return statement.

...