Nested List in Python | Python Tutorials for Beginners #lec37

preview_player
Показать описание
In this Lecture we have discussed:
- What is nested list
- how memory is allocated to nested list
- how to access elements of nested list

*********************************************

Connect & Contact Me:

*******************************************

More Playlists:

#coding #pythonforbeginners #python #jennyslectures #pythonprogramming
Рекомендации по теме
Комментарии
Автор

print("It is very much possible")
example1 = [10, 34, 90, ['Mohan', 'Shyam', 'Ram'], 89]
print(len(example1))
print(example1[3][2])

danielmukenya
Автор

Am really grateful Ma'am I enjoyed your videos well explained.
Thank you very much 🥰

babatundezakariyau
Автор

Hey Jenny...i was looking for some sorting methods... Found your channel... You are a dam good explainer. I am getting into it... And thanks

quiteintresting
Автор

concise and clear. Straight to the point. Thanks for the good work done.

rugmaable
Автор

HW question ans-
list=[10, 34, 90, ["mohan", "sohan", "ram"], 89]
print(list[3][2])
tqsm mam, aap bhut aacha explain krti ho

PRIYANSHUCHAKRABORTY-yvmq
Автор

It's really very helpful ! I am grateful to you ma'am

amvxeno
Автор

You're a great teacher. Liked and subscribed. Thank you.

annoyingprecision
Автор

Good evening ma!! I really appreciate effort and I must say I have learnt a lot from you.
Ma, can you please upload like 5-7(including coding exercise)lectures a day so we can keep up to the pace ma🙏🏾

emiraelDev
Автор

Yes, list2 is possible.
*Input*
list2=[10, 34, 90, ["Mohan", "Shyam", "Ram"], 89]
print(list2[3][2])
*Output*
Ram

aishwaryagandhi
Автор

Very very very good teacher 🙏. Thank you.

_kip
Автор

This lady is amazing, i was struggling with lists for months and this amazing lady, helps break it down and helped me understand it in minutes thank you so much

icedragonmastermaster
Автор

Length of list2
Print(len(list2))
#output 5


Print(list2[3][2])
#output ram

thanks so much

devSackey
Автор

Good evening mam, our session ending examination of cs has just about to start so could you please bring some sample paper for practice so that we can check our understanding to this subject of class 11

anshuman
Автор

"Hi mam, I've really enjoyed your previous C++ videos and found them very helpful. I was wondering if you have any plans to upload more videos on a regular basis? I think it would be really beneficial for your students, including myself, to have consistent access to your excellent teaching. Thanks for all you do!"

hanurohan
Автор

mam can you tell me how to zoom the outputscreen of python

pqemmcy
Автор

Dii, I watched this whole lec on nested list in fact I knew much more about nested list erlier and in this lec nothing was new but di I'm not able to solve a problem of nested list on hackerrank what should I do

rushabhpal
Автор

Hlo mam is it possible to explain the nested list using for loop...

punyavathinavada
Автор

Can you please provide the notes as before videos which you have provided it will be more helpful tq in advance

ujnoibw
Автор

Mam, is it possible to find the length of the sub list ?

xwftpzz
Автор

the length of list is 5 and we can access ram by using indexing like these example: print(list2[3][2])

avinashsonu