Came across a great tip on Python multiline strings using textwrap.dedent (so you don’t have to dedent everything in your code).
Came across a great tip on Python multiline strings using textwrap.dedent (so you don’t have to dedent everything in your code).