Wijaya Edward wrote:

> How can we print out the hidden character like
> "\n", "\r" etc in Python?

Try

repr(var)[1:-1]

CMIIW. :)

Regards,


Björn

-- 
BOFH excuse #271:

The kernel license has expired

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

Reply via email to