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

How do you count loops in python?

0 Answers  


What is a function call or a callable object in python?

0 Answers  


What is cgi in python?

0 Answers  


Why isn't there a switch or case statement in python?

0 Answers  


does recursion cause any trouble?

0 Answers  


What is a negative index in python?

1 Answers  


Can I build website using python?

0 Answers  


What is __ pycache __?

0 Answers  


How you can minimize the memcached server outages in your python development?

0 Answers  


Can you tell the difference between break and continue in python?

0 Answers  


How are data types defined in python and how much bytes do integer and decimal data types hold?

0 Answers  


Is there a null in python?

0 Answers  


Categories