Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
import textwraptextwrap.dedent¶
s = """\
if [[ -f ... ]]; then
echo
fi
"""print(textwrap.dedent(s))if [[ -f ... ]]; then
echo
fi