for Loop vs. while Loop in Python

preview_player
Показать описание
Python Programming: for Loop vs. while Loop in Python
Topics discussed:
1. Comparison between for Loop and while Loop.

Music:
Axol x Alex Skrindo - You [NCS Release]

#PythonByNeso #PythonProgramming #forLoopVSwhileLoop
Рекомендации по теме
Комментарии
Автор

You can set a Limit of iterations in while Loop, it's possible, If you use Expression in python:

n = 10,
i = 0

while(i < n):

print("Do a Loop")
i += 1

SergeyKloninger
Автор

Sir awesome explanation I have gone through so many channels for same concepts but you r way of explanation is awesome sir please teach sql also and where we can practice

iffatshaikh
Автор

while is kinda cool if you have just an object that can transform to "None" after some time or you have an integer which will reduced to zero you jsut have to type while(number := Number -1)

Doggy_Styles_Coding
Автор

Thanks you dear jaspreet sing sir from pakistan 🇵🇰🇵🇰❤❤and long live for jaspreet sing sir

UsmanAliAli-odeg
Автор

please continue making videos on compiler design. thank you ❤❤

yathishkumary
Автор

Sir you are teaching is good but and try to execute the program

saikumarkotra
Автор

Please add face . because it is more helpful for learning and understanding please understand 🎉🎉🎉🎉❤. tq for video 😊

mllokesh
Автор

Likes 667 looks better than 666. I'm the 667th person to like this video

Mr_natenut