repr creates a string that is a representation of the value as a legal Python expression : Repr : String PYTHON TUTORIALS


PYTHON TUTORIALS » String » Repr »

 

repr creates a string that is a representation of the value as a legal Python expression


print repr("Hello, world!")
print repr(10000L)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo String
» Repr