Is it possible to break a long line to multiple lines in Python?

Just like C, you can break a long line into multiple short lines. But in Python, if I do this, there will be an indent error... Is it possible?

← Назад к списку