Please like the video if it helps you :)
Simple python example and short video to illustrate the use range() to construct a "for" loop to repeat a number of time. It explains on how the loop repeats and how range() is used to configure how many times it repeat. It also mentions on how range provide a variable which we can use. This video uses very simple example with the focus on getting a beginner to understand how a "for" loop works.
We need to understand the syntax of a "for" loop: The 2 keywords "for", "in" and end with ":"
The statement(s) to repeat is added indented right with some spaces (or tab).
These statment(s) will be repeated. How many times it repeats depends on setting of range().
There statement(s) are usually referred to as the body of the loop (Besically things to repeat)
The example also uses input() and print() which uses the modulo (%) operator to format the displayed string.
You can use the link below to see some related videos
(Apart from watching the video, you can also show more info to read on the explanation.)
== More on how range() works ==
• Simple Python Tutorial to introduce range(...
== how "while" loop works works ==
• Simple Python Tutorial to introduce "while...
== how print() with % works ==
• Simple Python Tutorial for printing format...
== how input() works ==
• Simple Tutorial Python getting user input ...
Hope these inputs are helpful for you.
0:00 - Intro to what a loop is. different between for and while loop
0:46 - why need a for loop. Repeating instruction without a for loop
02:04 - how to construct a for loop with range()
03:54 - how to use the variable in the for loop with range()
Keywords:
#python
#for
#range()
#repeats
#loop
#loops
#counter
#counter-controlled
#tutorial
#short
#simple
#easy
#input()
#print()
#modulo
#formattedstring
#%
In questa pagina del sito puoi guardare il video online Simple Python Tutorial to introduce "for" loop with range() della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Earth Walker 05 aprile 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 252 volte e gli è piaciuto 7 spettatori. Buona visione!