Python: String Prefix Char

By Xah Lee. Date: .

String Prefix Char

a character may be prefixed to a string delimiter, to make the string of a particular type.

prefix chars:

Combine Prefix Characters

these prefix characters may be combined. e.g. fr"abc" means can embed expression and also raw (ignore Python: String Escape Sequence)

Python, String