0
How can i represent the character "\" as a string?
i need know how do this, to cut a string with slicing "[x:y]", and one of the variables is that character... obs: Sorry about my english :)
3 Answers
+ 3
It's quite simple ..... you can simply represent it by putting to \\.
newStr = "\\"
print (newStr)
+ 1
You are welcome mate
0
really...kkkkkkkk
tks man!