Summary
Keywords
Full Transcript
The topic which I will explain to you today is about “for statement” also known as “loop statement”, “for” loop, “while statement”, how to create “for” loop, why “for” loop is used. Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/9_for/9_for_exercise.md Topics that are covered in this Video: 0:00 Overview 2:55 Create a for loop (Syntax of for loop) 6:53 Why for loop is used? 7:02 Use of range() function 18:51 While statement Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. 🔖Hashtags🔖 #forloopinpython #pythonforloop #tutorial #loopinpython #python #pythonloops #pythonloops Next Video: 10. Functions [Python 3 Programming Tutorials]: https://www.youtube.com/watch?v=fz_BCnhEQYQ&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=11 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
