filmov
tv
Python for Beginners in 3 Minutes | Python Loops: An Introduction

Показать описание
In this video series about loops, we will understand how loops work and check out the different forms of loops. There are two kinds of loop in Python. One is the "while" loop and the other is the "for" loop. Join me in this new Python series because it's happening now!
One of the most important reasons why we program a computer is to automate tasks that are repetitive which are otherwise taxing for humans to perform.
For example, asking the user to answer a question or a prompt with a Yes or a No.
When the user types something else, the program will continue to ask for the right answer. Now this will require the computer to repeat such task until the correct input or answer is given by the user.
In computer programming, we call this "loop" or "iteration". A loop repeteadly executes a set of codes until some kind of condition is met.
We will learn in this series 5 different forms of loops. I will be making a video on each of the forms in details. For now, let's see some sample codes for each of the forms.
I hope you like the video and will subscribe to my channel.
Music Credit: See You On The Otherside - The 126ers
#python #for #while #programming
One of the most important reasons why we program a computer is to automate tasks that are repetitive which are otherwise taxing for humans to perform.
For example, asking the user to answer a question or a prompt with a Yes or a No.
When the user types something else, the program will continue to ask for the right answer. Now this will require the computer to repeat such task until the correct input or answer is given by the user.
In computer programming, we call this "loop" or "iteration". A loop repeteadly executes a set of codes until some kind of condition is met.
We will learn in this series 5 different forms of loops. I will be making a video on each of the forms in details. For now, let's see some sample codes for each of the forms.
I hope you like the video and will subscribe to my channel.
Music Credit: See You On The Otherside - The 126ers
#python #for #while #programming
Комментарии