Description
In Python, we have two different string representations: the human-readable string representation and the programmer-readable string representation (called repr and str respectively).
In Python, we have two different string representations: the human-readable string representation and the programmer-readable string representation (called repr and str respectively).