In this video, we'll talk about while loops and for loops in python.
you'll learn how to perform repetitive task using loops.
When using the while loop, you must ensure that you use a break statement or a condition that evaluates to false, this is to avoid writing an infinite loop that runs forever and ends up crashing your program.
You'll also learn how to use for loops and range.
Download python: https://python.org
Full course: https://drillerbyte.com/courses
Recommended book: https://amzn.to/2VHlk4q
#python #programming #vscode