⇤
Python Quirks: Implicit Return
February 24, 2019
·
939 Words
·
3 Minutes
python
quirk
implicit
return
none
internals
bytecode
hack
Python function always have to return something, right? Well, its complicated...