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

Unindenting multi-line strings in Python

Description

Need a multi-line string but don't want to include a big block of manually dedented text in your Python code? Use textwrap.dedent!

Details

Improve this page