Contribute Media
A thank you to everyone who makes this possible: Read More

Python's 2 different string representations

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).

Details

Improve this page