Search
Similar to the For loop seen in earlier chapters, Python also provides a While loop. The For loop is used for going through every element in a list, tuple, or dict whereas the While loop is used to execute some code until a condition is met.