knowledgebase

Viewing articles tagged “Handling special characters in Python strings”

Viewing articles tagged “Handling special characters in Python strings”

description

Python Escape Characters: Special Text Handling in Python

In Python, a string becomes a raw string if it is prefixed with "r" or "R" before the quotation symbols. Hence 'Hello' is a normal string…

arrow_forward
arrow_back « Back