If that line of code is broken up across two lines, the error will be more specific, and the bug simple to fix.
Python one liners are superficially great, but only when they work. Debugging them and trying to understand them, not so much.
If that line of code is broken up across two lines, the error will be more specific, and the bug simple to fix.
Python one liners are superficially great, but only when they work. Debugging them and trying to understand them, not so much.