How are string-literals represented and implemented in Python ?
Question :
How are string-literals represented and implemented in Python ?
A string-literal is represented as a sequence of characters surrounded by quotes (single, double or triple quotes). String-literals in Python are implemented using Unicode.