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