Contribute Media
A thank you to everyone who makes this possible: Read More

Breaking up long lines of code in Python

Description

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".

Details

Improve this page