Accessing List using for Loop in Python (Hindi)

preview_player
Показать описание
Accessing List using for Loop in Python



Check Out Our Other Playlists:

SUBSCRIBE to Learn Programming Language !

Learn more about subject:

________________________________________________

If you found this video valuable, give it a like.
If you know someone who needs to see it, share it.
If you have questions ask below in comment section.
Add it to a playlist if you want to watch it later.
________________________________________________

T A L K W I T H M E !
_______________________________________________

Make sure you LIKE, SUBSCRIBE, COMMENT, and REQUEST A VIDEO! :)
_______________________________________________
Рекомендации по теме
Комментарии
Автор

how to use outside variable(properties) in protected function(method) in php plz reply me rajesh sir

DurgeshKumar-gxbl
Автор

a=[10, 20, 30, [50, 60]]
l=len(a)
for i in range(l):
if(type(a[i]) is list):
#if(len(a[i])>1): ye kyu lika iska kya use hai yha, bina iske bhi proper run kar rha hai
m=len(a[i])
for j in range(m):
print(i, j, a[i][j])
else:
print(i, a[i])

ayushsinghteotia
Автор

Bhai stack and operations.. link list and operations.. queue and operations in data structure with algorithm upload karai plzzz

faizangladiator
join shbcf.ru