Ask a question to get started
Enter to sendā¢Shift+Enter new line
indent_lines_after_first( text: str, prefix: str, ) -> str
text
str
The text to indent.
prefix
Used to determine the number of spaces to indent.
Indent all lines of text after the first line.