Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[tt]\b[/tt] is a backspace character. Not only in Python, in almost any language with C-like syntax.Simi said:I guess the \b is being interpreted as a dot when it writes to file.
Either use the raw string notation :Simi said:Is there way to write the literal line to the file?
f[teal].[/teal][COLOR=darkgoldenrod]write[/color][teal]([/teal][highlight]r[/highlight][green][i]'findstr "directory\billing\"'[/i][/green] [teal]+[/teal] var[teal])[/teal]
f[teal].[/teal][COLOR=darkgoldenrod]write[/color][teal]([/teal][green][i]'findstr "directory[highlight]\[/highlight]\billing[highlight]\[/highlight]\"'[/i][/green] [teal]+[/teal] var[teal])[/teal]