If you don’t explicitly return a value from a function, what happens?

Advertisement

  • The function will return a RuntimeError if you don’t return a value.
  • If the return keyword is absent, the function will return None.
  • If the return keyword is absent, the function will return True.
  • The function will enter an infinite loop because it won’t know when to stop executing its code.
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend