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"
vimrc here
Is this the expected behaviour? If so is there a way to change it?
Let me know if more info is needed.
Cheers.
As the title says, when I run python code with r "\n" is printed instead of
printing each word on a new line.
Example:
shows
vimrc here
Is this the expected behaviour? If so is there a way to change it?
Let me know if more info is needed.
Cheers.