Understanding for loop in python

Published: 24 August 2024
on channel: Intuition point
24
3

#forloops #forloop #range #syntax
for i in range(10) :
print(i)

a = [2,5,6,1,0,9,3,2,5,7,1,4,2]
for i in a:
print(i)

#datatype #list #python #programming #coding


Watch video Understanding for loop in python online without registration, duration hours minute second in high quality. This video was added by user Intuition point 24 August 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 24 once and liked it 3 people.