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


Difference between for loop and while loop in Python



Difference between for loop and while loop in Python..

Answer / nashiinformaticssolutions

It is common practice to iterate through the items of different collection types, including List, Tuple, Set, and Dictionary, using the "for" loop. Developers employ a "for" loop in which the conditions are both the beginning and the conclusion. In contrast, the true looping feature found in all other programming languages is the "while" loop. Python while loops are used by programmers when they only have end conditions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

When would you use a break statement in a for loop?

0 Answers  


How do you show hello world in python?

0 Answers  


What is n in python?

0 Answers  


How do I kill a python server?

0 Answers  


What language is python written in?

0 Answers  


“In Python, functions are first-class objects.” What do you infer from this?

2 Answers  


What is pytables?

0 Answers  


How can you sort a list?

0 Answers  


What are the different ways to create an empty numpy array in python?

0 Answers  


Why is using ‘eval’ a bad practice?

0 Answers  


Name some of the features of python?

0 Answers  


How python is interpreted?

0 Answers  


Categories