LINE_FEED property

ControlChar.LINE_FEED property

Line feed character: “\x000a” or “\n”. Same as ControlChar.LF.

@property
def LINE_FEED(self) -> str:
    ...

See Also