Ben Chuanlong Du's Blog

And let it direct your passion with reason.

Work with Long Strings in Python

This article discusses different ways to write long strings in Python.

Long String in One Line

A long string can be put on the the same line, which is ugly of course.