Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loop In Python
#4
In simple terms -
  • For loop usually specifies an item inside a list, tuple, dictionary etc.
  • While loop usually is used to carry out a process repeatedly until a given condition is satisfied
As for do while loop - well, python doesn't really have that
pyzyx3qwerty
"The greatest glory in living lies not in never falling, but in rising every time we fall." - Nelson Mandela
Need help on the forum? Visit help @ python forum
For learning more and more about python, visit Python docs
Reply


Messages In This Thread
Loop In Python - by ankitdixit - Jun-03-2020, 07:09 AM
RE: Loop In Python - by ndc85430 - Jun-03-2020, 07:12 AM
RE: Loop In Python - by Knight18 - Jun-03-2020, 08:36 AM
RE: Loop In Python - by pyzyx3qwerty - Jun-03-2020, 09:29 AM
RE: Loop In Python - by theknowshares - Jun-10-2020, 05:16 AM
RE: Loop In Python - by buran - Jun-10-2020, 05:39 AM
RE: Loop In Python - by perfringo - Jun-10-2020, 11:25 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020