0
Why are the escape characters not working in this code?
4 odpowiedzi
+ 2
It's work for me. Can i see your code?
+ 2
please show the code you have written so that it can be better explain to you
0
Hamid Reza Mousavi: try this and you will see it's work:
print('test\n 1234') or print('test\'1234')
If you want to use regular expression, please using "re library"