Re: backslash in triple quoted string
Greg Ewing <[email protected]>
| Newsgroups | comp.lang.python |
|---|---|
| Message-ID | <[email protected]> |
On 12/05/25 3:21 am, Left Right wrote: > The point is that the error is wrong. > It cannot be a syntax error and at the same time the program compiles. But the message doesn't say it's an error. It uses the word "warning", not "error". You're tilting at a straw horse here. -- Greg