1# this file has CR line endings to test lexer's conversion of them to LF1# in triple quoted strings1print(repr("""abc1def"""))1