L20 While loop in Python | Python Tutorial for Beginners
aipython
➿ In this video, you will learn everything about while loop in Python. While loop is preferred in all those situations, where the number of iterations is not known in advance. or in another way, we don't know many steps it would take to finish the given task. In the previous video, you have learnt about the for loop, which always works on a fixed sequence of data. Unlike the for loop, while loop does not require a fixed sequence ALWAYS, but whenever required, it can work on the fixed sequence as well. You will learn all the concepts related to a while loop and After watching this video, you will able to understand and apply a while loop to solve problems.
⏱️ Timestamp current Video 00:00:00 - Introduction 00:01:03 - Agenda of this Video 00:02:07 - What is while loop 00:03:56 - Syntax and flow diagram of while loop 00:05:08 - Examples of while loop 00:14:10 - Infinite Run of while loop 00:19:39 - Method to terminate a while loop 00:21:26 - Multiple conditions in while loop
🌐 Website: https://www.aipython.in/python-while-loop/ for 🖺documentation and 🔡code
🔗 Useful links related to this video: For loop in Python: https://youtu.be/wIwF7ZN26sY
🎦 aipython's Playlist link Python Tutorial for Beginners: https://bit.ly/3bAubXP Python Misc: https://bit.ly/2JpVND4 Python Projects: https://bit.ly/2UHAbY1
🤝 Connect and follow us @ Website : https://www.aipython.in facebook (Page) : https://www.facebook.com/aipythonIndia Facebook (Group): https://www.facebook.com/groups/aipython Instagram: https://www.instagram.com/aipython_india Twitter : https://twitter.com/aipython_India LinkedIn : https://www.linkedin.com/in/aipythonIndia/ Tumblr: https://www.tumblr.com/dashboard/blog/aipython
#aipython #python3 #whileloop #controlstructure ... https://www.youtube.com/watch?v=0SOtKt_KNL0
61217587 Bytes