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...

what does yield function do? what is the difference between return and yield?

Answer Posted / siva kumar reddy dandu

Yield function keeps all single return values and return all at a time as a list

Yield and return both are used for returning the values from function.
Generally yield is used with iterators, So yield will keep all the return values of each iterative call and returns final result at the end of call as List where as return can return one value for each function call.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is deep copy in python?

946


Explain what is namespace in python?

972


How to handle deadlock in python.

1027


Tell me what is the difference between xrange and range?

848


What is data type set in python and how to work with it?

960


How do you disconnect from the database?

1040


Does python have a built in function for string natural sort?

863


How is python used in business?

940


What’s your preferred text editor?

1020


How can you unsign or delete variable in python?

864


What is ord () in python?

825


What are the differences in list and tuple?

1125


Is python string mutable?

994


Why you should learn python in 2019?

965


Explain how can you generate random numbers in python?

926