str is a text representation of the object, you can see it as a nice print
repr is the text representation of the object that you can evaluate to 
get the same object

Johny wrote:
> Where and when is good/nescessary to use `repr`  instead of `str` ?
> Can you please explain the differences
> Thanks
> LL
>
>   

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to