Repr or Str ?

Fredrik Lundh fredrik at pythonware.com
Tue Feb 6 06:12:16 EST 2007


"Johny" <python at hope.cz> wrote:
> Where and when is good/nescessary to use `repr`  instead of `str` ?
> Can you please explain the differences

roughly, repr() is for programmers, str() is for end-users.

</F> 






More information about the Python-list mailing list