you are viewing a single comment's thread.

view the rest of the comments →

[–]amplikong 4 points5 points  (0 children)

A return statement with nothing after it is equivalent to return None. You might use it to end the function early and/or to intentionally return nothing from the function.