Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rawstring

In Context Of Python Raw String

My Python version is: ~$ python --version Python 2.6.6 I tried following in Python (I wants to… Read more In Context Of Python Raw String

Python - Raw String Literals

I don't understand how raw string literals work. I know that when using r it ignores all specia… Read more Python - Raw String Literals

How To Create Raw String From String Variable In Python?

You create raw string from a string this way: test_file=open(r'c:\Python27\test.txt','r… Read more How To Create Raw String From String Variable In Python?