In python, how do you indicate the end of the block of code that makes up the function?
Answers
Answered by
1
A return statement effectively ends a function; that is, when the Python interpreter executes a function's instructions and reaches the return , it will exit the function at that point
Similar questions
Social Sciences,
6 months ago
Art,
6 months ago
Science,
6 months ago
Physics,
1 year ago
Chemistry,
1 year ago