While Loops and For Loops in Python | Learning Python for Beginners | Code with Kylie #6

113,893 بازدید
بیشتر
Kylie Ying
Kylie Ying
This is a video about loops loops loops loops loops loops loops loops...Whew it stopped.Want a different explana ...
This is a video about loops loops loops loops loops loops loops loops...

Whew it stopped.

Want a different explanation? Check out a new video I made about loops: For Loops and While Loops | Python fo...

Anyways, in this video, I introduce while loops and for loops in computer science. I'll cover how a while loop works and how a for loop works! A while loop goes on indefinitely until the condition is false, and a for loop iterates over items in a predefined iterable, like a set, list, or string. Beware of infinite loops in while loops though!!

I also go over control flow in Python loops - break and continue. Break will break out of the entire loop and end it, while continue will stop the current iteration of the loop and go on to the next iteration.

Loops are powerful because they allow you to execute the same code over and over again without having to copy and paste the code over and over again!

Feel free to leave any questions.

Please consider subscribing if you liked this video: https://www.seevid.ir/api/yid/ycubed?sub_...

Thanks for watching everyone!
~~~~~~~~~~~~~~~~~~~~~~~~
Shoutout to JoBlo movie clips for the Dr Strange clips :) DOCTOR STRANGE Movie Clip - Dormammu,...
~~~~~~~~~~~~~~~~~~~~~~~~
The goals of my channel are to teach computer programming and inspire kids (especially girls/women) to pursue STEM. Coding is for girls too!
~~~~~~~~~~~~~~~~~~~~~~~~
Follow me on Instagram: Instagram: kylieyying
Follow me on Twitter: Twitter: kylieyying
Check out my website: https://www.kylieying.com

همه توضیحات ...