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?



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

Answer / 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

More Python Interview Questions

What are the optional statements that can be used inside a <try-except> block in python?

0 Answers  


What is %s %d in python?

0 Answers  


Definition of %s in python?

0 Answers  


How can you share global variables across modules?

0 Answers  


Explain the use of // operator in python?

0 Answers  


How do I emulate os.kill() in windows?

0 Answers  


Explain the inheritance in python with an example?

0 Answers  


What is the other way of checking truthiness?

0 Answers  


How do I run python?

0 Answers  


Name few python shells?

0 Answers  


How to convert a numpy array to a python list?

0 Answers  


Is python can be compatible with command prompt?

0 Answers  


Categories