Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Explain the role of repr function.

Answer Posted / chaitanya

Python can convert any value to a string by making use of two functions repr() or str().

The str() function returns representations of values which are human-readable, while repr() generates representations which can be read by the interpreter.

repr() returns a machine-readable representation of values, suitable for an exec command.

Following code sniipets shows working of repr() & str() :

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use Python instead of PHP?

984


Is true a keyword in python?

808


How to change a string in list ?

1014


Does xrange work python 3?

879


What happens if an error occurs that is not handled in the except block?

847


How to read a 10gb (or larger) file size in python?

800


What is the difference between while and for loop?

996


What is list comprehension? Give an example.

1141


What is the difference between locals() and globals ()?

907


Is google made with python?

942


Use of double quotes and single quote in python?

836


What are tuples used for?

1011


Explain what is namespace in python?

915


What is uuid used for?

794


What happens in the background when you run a python file?

1033