Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork772
Closed
Description
As the title says, when I run python code with r "\n" is printed instead of
printing each word on a new line.
Example:
print "A\nNew\nLine"print "A"print "New"print "Line"
shows
"A\nNew\nLine\nA\nNew\nLine"
vimrchere
Is this the expected behaviour? If so is there a way to change it?
Let me know if more info is needed.
Cheers.
Metadata
Metadata
Assignees
Labels
No labels