python raw characters code example Example: raw string python >>> s = r'Hi\xHello' >>> print(s) Hi\xHello