Python for loop ➰

Published: 07 December 2020
on channel: Bro Code
40,190
2.1k

python for loops tutorial example explained

#python #for #loop

for loop = a statement that will execute it's block of code
a limited amount of times
# while loop = unlimited
for loop = limited

import time

#for i in range(10):
#print(i+1)

#for i in range(50,100+1,2):
#print(i)

#for i in "Bro Code":
#print(i)

for seconds in range(10,0,-1):
print(seconds)
time.sleep(1)
print("Happy New Year!")

––––––––––––––––––––––––––––––
Up In My Jam (All Of A Sudden) by - Kubbi   / kubbi  
Creative Commons — Attribution-ShareAlike 3.0 Unported— CC BY-SA 3.0
Free Download / Stream: http://bit.ly/2JnDfCE
Music promoted by Audio Library    • Up In My Jam (All Of A Sudden) – Kubb...  
––––––––––––––––––––––––––––––


On this page of the site you can watch the video online Python for loop ➰ with a duration of hours minute second in good quality, which was uploaded by the user Bro Code 07 December 2020, share the link with friends and acquaintances, this video has already been watched 40,190 times on youtube and it was liked by 2.1 thousand viewers. Enjoy your viewing!