Login
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Breaking up long lines of code in Python - Python Morsels
https://www.pythonmorsels.com/breaking-long-lines-code-python/
links
backlinks
Roast topics
Find topics
Find it!
Have a long line of code? If you don't have brackets or braces on your line yet, you can add parentheses wherever you'd like and put line breaks within them. We call this "implicit line continuation".