This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients aisaac, berker.peksag, docs@python, terry.reedy
Date 2016-06-01.03:17:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464751047.67.0.519709443879.issue20496@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Terry. The print example is also useful to show the implicit return value of fib(). Quoting from the same section:

    [...] In fact, even functions without a return statement do return a value, albeit a rather boring one. This value is called None [...]
History
Date User Action Args
2016-06-01 03:17:27berker.peksagsetrecipients: + berker.peksag, terry.reedy, aisaac, docs@python
2016-06-01 03:17:27berker.peksagsetmessageid: <1464751047.67.0.519709443879.issue20496@psf.upfronthosting.co.za>
2016-06-01 03:17:27berker.peksaglinkissue20496 messages
2016-06-01 03:17:27berker.peksagcreate