Skip to main content

Timeline for answer to Is there a way to return literally nothing in python? by Blckknght

Current License: CC BY-SA 3.0

Post Revisions

6 events
when toggle format what by license comment
Mar 24, 2023 at 1:55 comment added Adam Erickson None, nothing, null, and nil are used in programming languages to represent nothingness: nshipster.com/nil. Meaning that returning None is the correct answer.
Mar 27, 2013 at 2:22 vote accept Kirca
Mar 27, 2013 at 2:21 history edited Blckknght CC BY-SA 3.0
typo
Mar 27, 2013 at 1:58 history edited Blckknght CC BY-SA 3.0
deleted 18 characters in body
Mar 27, 2013 at 1:54 comment added user166390 +1 Although, could technically just "not return" (instead of return None) and it would be just as valid .. although it would offend my sensibilities.
Mar 27, 2013 at 1:49 history answered Blckknght CC BY-SA 3.0