Hacker News new | ask | show | jobs
by mynewaccount00 235 days ago
... Not using globals? Pass the value around, use recursion, and keep state as local as possible.
1 comments

I'd like you to show:

How to write Python code with no globals

And a source other than you saying you should do it this way