#5 Python Tutorial for Beginners | List in Python

Sdílet
Vložit
  • čas přidán 11. 07. 2024
  • Check out our courses:
    Spring and Microservices Weekend Live Batch : bit.ly/spring-live-weekend
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : bit.ly/java-spring-cloud
    Udemy Courses:
    Java:- bit.ly/JavaUdemyTelusko
    Spring:- bit.ly/SpringUdemyTelusko
    Java For Programmers:- bit.ly/javaProgrammers
    For More Queries WhatsApp or Call on : +919008963671
    website : courses.telusko.com/
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    In this lecture we will learn:
    - What is a list in Python?
    - Lists are mutable
    - Creation of a list in Python
    - Methods available with the list
    - Functions performed with a list
    #1
    Lists are used to store multiple items in a single variable.
    - We have to use a square bracket [], and in that square bracket, we can store multiple values.
    - We can print the list through the variable name.
    - Lists are Mutable which means values can be changed in the list.
    - We can also get the single value from the list using the index value.
    - The index value is 1 less than the size of a list as the index value starts from 0.
    e.g., If the size of the list is 5, then its index value lies in the range of 0 to 4.
    - We can fetch only those values from a list that are in the range of index values of it.
    - We can also get a sub-list of a list by using the slicing in a list.
    - We can also fetch the value from a list through negative numbers similar to strings.
    - A list of strings can also be created.
    - We can also create a list that can store values of different data types.
    Like it can store integer value, float value, string value etc, in a single list.
    - A list of lists can also be created which means a list can also store different lists in it as well.
    #2
    - Several operations can also be performed using it and it has many in-built functions and methods to use.
    - nums. shows all the functions that are available with the list.
    - Ctrl + Space can also be used to show the methods.
    - append method is used to add a new value to the end of a list.
    - clear will clear the entire list.
    - insert method can add a value in between the list at the specified index.
    - A particular element can also be deleted through the remove method.
    - pop method will also remove the element through the index value and return that deleted element as well.
    - If you don't specify the index value in the pop method, it will delete and return the last element from the list.
    - del is a command through which you can delete a sub-list or multiple values from a list.
    del list name[start:end]
    - extend method is used to add multiple values or a sub-list in a list.
    - sort method is used to get listed in the sorted order.
    nums.sort()
    #3
    - min() function is used to get the minimum value present in a list.
    - max() function is used to get the maximum value of a list.
    - sum() function returns the sum of all of the values present inside the list.
    Github :- github.com/navinreddy20/Python-
    Java:- bit.ly/JavaUdemyTelusko
    Spring:- bit.ly/SpringUdemyTelusko
    More Learning :
    Java :- bit.ly/3x6rr0N
    Python :- bit.ly/3GRc7JX
    Django :- bit.ly/3MmoJK6
    JavaScript :- bit.ly/3tiAlHo
    Node JS :- bit.ly/3GT4liq
    Rest Api :-bit.ly/3MjhZwt
    Servlet :- bit.ly/3Q7eA7k
    Spring Framework :- bit.ly/3xi7buh
    Design Patterns in Java :- bit.ly/3MocXiq
    Docker :- bit.ly/3xjWzLA
    Blockchain Tutorial :- bit.ly/3NSbOkc
    Corda Tutorial:- bit.ly/3thbUKa
    Hyperledger Fabric :- bit.ly/38RZCRB
    NoSQL Tutorial :- bit.ly/3aJpRuc
    Mysql Tutorial :- bit.ly/3thpr4L
    Data Structures using Java :- bit.ly/3MuJa7S
    Git Tutorial :- bit.ly/3NXyCPu
    Donation:
    PayPal Id : navinreddy20
    www.telusko.com
  • Věda a technologie

Komentáře • 3,3K

  • @Theguyfromlucknow
    @Theguyfromlucknow Před 2 měsíci +51

    watching it in 2024

  • @vivek5147
    @vivek5147 Před 5 lety +709

    Finally I got best teacher on internet for Python..

  • @posthink6166
    @posthink6166 Před 3 lety +92

    This is the only platform I guess where Python is taught from the zero'est of the zero level to make it easy. And I loved it like anything, I mean, I tried learning from others but it lowered my interest and this is where I could revive that. Thankyou so much Navin sir.

  • @bandikatlagopipriya8845
    @bandikatlagopipriya8845 Před 3 lety +38

    I'm late to the party which says I'm new to this field of learning a language, it's like watching a new TV series over night. Learning though! completely interactive!!

  • @rekharajoria6844
    @rekharajoria6844 Před 4 lety +676

    I don't know how does someone can teach something so difficult in that much fun way

  • @eric_welch
    @eric_welch Před 4 lety +133

    I am about to graduate with my material science PhD and realize my python knowledge is lacking ...I have extreme confidence that your videos will help me to become proficient in this language ...thank you for all of your hard work and dedication to education on CZcams!!

  • @basabsaha6370
    @basabsaha6370 Před 3 lety +12

    After searching for lots of online tutorials..... finally i have reached the best platform. Thank you sir.

  • @user-lf8dh2dn8h
    @user-lf8dh2dn8h Před 7 měsíci +5

    I'm 14 and started HTML when I was in sixth... that's all I knew about coding. I literally have no experience in coding. I thought if I learn this I might understand nothing. But till now it is great and I've got no doubts. This is the best playlist to learn Python ever! Thank you Sir!!

  • @preetigajbhiv8713
    @preetigajbhiv8713 Před 3 lety +26

    It's great when u find someone who teaches the way u want ..u deserve more likes n much more subscribers ...stay blessed sir..doing awesome work..the one who will follow this whole series will grap total knowledge abt python .. thank you sooo much sir.❤️

  • @syedrayan8691
    @syedrayan8691 Před 3 lety +72

    its so funny when he says " oh it works" like it's his first time doing it. besides your videos are helping me a lot

    • @xavier2130
      @xavier2130 Před 3 lety +4

      Programmers 2 questions to himself:
      Why doesn't it work?
      Why does it work?

    • @azlanmahin46
      @azlanmahin46 Před 3 lety

      xAvIeR

    • @pickaxebro8394
      @pickaxebro8394 Před 2 lety +1

      @@xavier2130 oob xavier you are just noob

  • @cricedits1838
    @cricedits1838 Před 11 měsíci +8

    I was doing my course from Alison and I was forgot the list that they taught now when I revised my list then he cleared me all doubt about it you are really such an amazing teacher I appreciate your effort but not only me all of us ❤❤

  • @zakarialaroussi3062
    @zakarialaroussi3062 Před 2 lety +10

    Hey, Navin! Thank you so much indeed for the wonderful videos you have made available here. They are so helpful. I am enjoying learning Python with your help. I must admit that I have seen several videos before, but yours are well crafted and so easy to follow. Keep up the great work!

  • @subho3651
    @subho3651 Před 6 lety +37

    I was watching a documentary.
    I saw a notification .
    And now I am here .
    ✌ vids a day .
    Awesome 😍

  • @gaurangp560
    @gaurangp560 Před 4 lety +23

    You're motivating amateur programmers to learn in the most enthusiastic way. Keep it up

  • @sharmaritika3781
    @sharmaritika3781 Před 3 lety +7

    I was always hate coding but because of your teaching, it is really fun for me. You are an awesome teacher and thank you so much sir for uploading this series.

  • @jagadhishvegi98
    @jagadhishvegi98 Před 2 lety +6

    To be honest, literally no one explained like this. You explained each and every function or methods in particularly a topic. Love you Bro.

  • @gamespoint1701
    @gamespoint1701 Před 4 lety +9

    OMG !!! this is literally the best CZcams series I have found on python course , everything is explained in such a detailed manner and it is easy to understand . Thank you Navin sir for such great teaching . May god bless you!!!

  • @nahaarmirza379
    @nahaarmirza379 Před 3 lety +7

    I'm learning Python for my coding class and I when I found this playlist to explain to me how Python works, I was so happy. Thank you so much sir :)

  • @abeldelatorre1382
    @abeldelatorre1382 Před 3 lety +2

    Dude just gonna say: I've wanting to learn how to code for the longest time now, it always seemed so intimidating but you make it so easy to understand. This is my first day and I already love it.

  • @sunitabehera7327
    @sunitabehera7327 Před 2 lety +7

    Your teaching style is so amazing and it helps to understand very easily...
    I am starting to learn Python and I m seriously enjoying it as well as learning..
    Thank you so much sir 😊 ❤️ for your efforts, that you put in these series.. really loved it

  • @rissalas9254
    @rissalas9254 Před 4 lety +10

    You are the best, navin. You make programming so much fun to learn. Take this from an engineering student who hates programming a lot. Lol. But seriously, thank you!! Please keep making these videos, they help a lot. ❤️

  • @JoseHernandez-ct7dl
    @JoseHernandez-ct7dl Před 4 lety +8

    Thank god for you! Finally, somebody that knows how to explain all this. Keep it up mister, you are a savior.

  • @ethanwinskill9558
    @ethanwinskill9558 Před 3 lety +9

    Wow! 5 videos in and I already love Python! Thank you so much, sir!

  • @iamzeroz
    @iamzeroz Před 2 lety +9

    thank you so much navin for the wonderful content, i never thought learning python could be so fun and easy.

  • @prithvimurahari633
    @prithvimurahari633 Před 4 lety +138

    name= "Telusko"
    print (name[-3])
    output = s

  • @MOTAMINE.
    @MOTAMINE. Před 5 lety +20

    Oh!!! I got it .... I'm very excited.
    Thanks a lot.....🌹

  • @jimgilmour2336
    @jimgilmour2336 Před 3 lety +11

    It was really amazing and interesting to watch this video I know it was posted before 2 years but still it helps a lot thank you so much sir ❤😌

  • @sejalkaur1342
    @sejalkaur1342 Před 3 lety

    Navin sir ...You are simply amazing...the way u teach ...i wish i could have teacher like you in my graduation... but still blessed to have you now.

  • @anilkumarv3565
    @anilkumarv3565 Před 6 lety +6

    Hello,
    Navin reddy,
    Your way of Teaching is excellent!!! iam really having fun while learning the PYTHON. Please keep uploading such vidoes on Python as it will be very usefull for Test Engineers like me.

  • @janveerajput2418
    @janveerajput2418 Před 4 lety +6

    The best and important thing in ur videos is that u teach in a so much amazing and lively way. And make students to take it interesting. Thanks a lot!

  • @ranjeetkaur7829
    @ranjeetkaur7829 Před 3 lety +112

    Quiz question
    Name="Telusko"
    Print(name[-3])
    Answer: s

  • @hyderkhan2827
    @hyderkhan2827 Před 3 lety +1

    It is easy to learn with you I will never forget this because I was trying to learn list since 2 week's and I saw this video and I just learnt it in 10:00 min you're excellent keep it up

  • @anujkumarshukla3881
    @anujkumarshukla3881 Před 4 lety +10

    it takes a sht load of efforts to produce such a quality work..sending thanks from germany

  • @subhamdey5472
    @subhamdey5472 Před 4 lety +6

    I have just started my BCA course . So ,i wanted to learn more about the different computer languages other than java becoz till now only java was known to me and i choose to learn python . Finally i got the best teacher on CZcams for python . I love your way of teaching sir.🤩 Thanks u for this videos.

  • @sunil_swami
    @sunil_swami Před 3 lety +3

    I didn't know anything about programming language but now only I started but I think if in this way I'll be learning from Navin sir then it will be easy for me. Thanks a lot for sharing knowledge in a fantastic and easy way.❤️

  • @Corporate-Saheli-HanyandTech

    Hi Navin, i enrolled great lakes and i m new to programming so i was not understanding anything from great lakes but u have increased my confidence... i saw your 1 to 4 videos and i am able to nail it... thanks alot

  • @JonathanSteadman2003
    @JonathanSteadman2003 Před 4 lety +6

    My favourite teacher on youtube for programming!

  • @sangampunmagar5851
    @sangampunmagar5851 Před 5 lety +4

    awesome video sir! I'm getting your videos easily without any problems
    Thank you so much for these python playlist
    Love from Nepal

  • @chandraforyou6461
    @chandraforyou6461 Před 2 lety +2

    I finally got a awesome teacher , i clearly understood each and every topic and point ... Thanking you a lot sir

  • @SOMABISWAS-lt9bn
    @SOMABISWAS-lt9bn Před 3 lety

    You are a great teacher. I love the flow in which you teach.

  • @debidattapattnaik8479
    @debidattapattnaik8479 Před 5 lety +5

    Hi Navin, Your examples and procedure to teach is really very good. If you can provide some assignments in end of every video based on the current topic or previous topic then it will be awesome. It will allow people like us to explore more and more. Thanks for your time and effort for this tutorial.

  • @sparklyn9642
    @sparklyn9642 Před 3 lety +3

    Your teaching is remarkable wish I had a teacher like you in my school. :)

  • @deepikavenkatachalam9821

    Such a wonderful session where the entire core of python can be learned... Grt sir!

  • @davidwangonjo2041
    @davidwangonjo2041 Před 2 lety

    I love your passion and how easily you explain this. Blessings upon you.

  • @riya376
    @riya376 Před 4 lety +3

    Your teaching is really awesome 👌 sir
    Thanks for helping me in learning phython in a very easy way🙂🙂

  • @sambadramesh9470
    @sambadramesh9470 Před 6 lety +8

    Nice teaching sir... Thanks a lot...

  • @rose-xw1hx
    @rose-xw1hx Před rokem +1

    Sir ,i have started learning python classes because of my subject.thank you for explaining clear i think it's very interesting.

  • @akarshithanagaraj9377

    No words to appreciate you sir, I'm not able to convey how much ur lectures are helping me, thank you do much 🙏😄

  • @nidhisoni4406
    @nidhisoni4406 Před 2 lety +3

    accidentally I saw your python 1-hour introduction video on which you explain everything in a short time. from that day I believe that only u r the one who teaches me programming in a very efficient manner. thank u so much to provide this type of precious content and the best explanation .

  • @darealcryzal6090
    @darealcryzal6090 Před 3 lety +21

    I am a 10 year old- and due to this quarantine, my parents told me to learn a language(programing language) I came here and the way of teaching... just taught me so well that now I am in love with Python and am practicing it whenever I get time :). Great work Mr. Navin1 LOve your vids!

  • @oghenekevbeegume2443
    @oghenekevbeegume2443 Před 3 lety

    From the bottom of my heart, I want to say a very big thank you

  • @usaid7208
    @usaid7208 Před 3 lety +1

    I didn't even know that learning python will be so easy because you are a great teacher and I am loving learning python
    thank you so much sir

  • @chinmaydas4053
    @chinmaydas4053 Před 6 lety +3

    Nice sir.. We want another great series of vedios on python, flask, Django etc as you have done the best java vedios series.. core, advanced java, servlet, jsp, spring etc on youtube.. Lots of love and respect for you sir 🙏🙏...

  • @ishaanapte6570
    @ishaanapte6570 Před 2 lety +26

    i don't understand why he calls us aliens 😂😂😂

  • @krns28
    @krns28 Před 7 měsíci +1

    It's surprisingly fun to follow along with what you do in these, thanks for all your hard work on the course!

  • @varunhegde7097
    @varunhegde7097 Před 3 lety

    great video, so far this series has been fun and easy to learn ,thanks for the knowledge

  • @LRayanVideos10
    @LRayanVideos10 Před 4 lety +5

    Your content is amazing and I am really enjoying this series! One question though, you explained how to sort the numbers from smallest to largest.
    Can we do the opposite? Is there a function for sorting the numbers from largest to smallest?

  • @monalisapani1488
    @monalisapani1488 Před 5 lety +11

    List of python seems to be easier as we go through your explanation Sir. No matter how dry the topic might be, you however bring interest and teach to the fullest.

  • @rajnandani4789
    @rajnandani4789 Před 2 lety

    Sir you are mind-blowing ,the way of your teaching while learning I'm always feeling enthusiastic and curious for new further topics😃😃

  • @ronnyxdmusic
    @ronnyxdmusic Před 3 lety

    Navin u r amazing brother . So much knowledge free of cost and so easy to understand . God bless you brother

  • @abhilashdevarakonda5991
    @abhilashdevarakonda5991 Před 6 lety +21

    basics=['int','float','variables']
    basics.extend(['list','append','remove','pop','sum','min','max'])
    print("waiting for next video.. thank you sir")

  • @abhishekthakur1078
    @abhishekthakur1078 Před 3 lety +3

    We are understanding very easily

  • @seshureddy5126
    @seshureddy5126 Před 2 lety

    I am learning it in 2022, really it helps me so much. Thank u Mr.Navin.

  • @reetupandey5313
    @reetupandey5313 Před rokem

    Hi Navin, I am really enjoying your sessions. I am learning it very easily. Thank you

  • @chapterme
    @chapterme Před 2 dny +3

    Chapters (Powered by ChapterMe) -
    00:00 - Intro
    00:28 - Lists in Python
    01:36 - Indexing in Lists
    03:03 - Strings in Lists
    03:30 - Mixed Data Types
    04:52 - Operations on Lists
    05:14 - Lists are Mutable
    07:00 - Stack in Lists
    08:59 - In-built Functions in Lists
    09:59 - Outro

  • @mdmakadia6904
    @mdmakadia6904 Před 3 lety +5

    I can't believe that I can learn coding in such an easy and fun way . Thank you so much sir

  • @sureshraghavan4478
    @sureshraghavan4478 Před 2 lety

    your presentations are so easy to understand and thank you for making it FREE :)

  • @meenuvinod7007
    @meenuvinod7007 Před 3 lety

    Alot of information presented in a very simple and understandable way.
    Thank you.

  • @sai5602
    @sai5602 Před 4 lety +5

    I am learning python during carona hoildays...
    Thanku very much for teaching in such a enjoyable way

    • @mayurgadhiya3964
      @mayurgadhiya3964 Před 4 lety

      Me to (that's Rather Better than Using Shit TikTok or Other apps)

    • @mayurgadhiya3964
      @mayurgadhiya3964 Před 4 lety +1

      @Il Fantino I never Use Discord I haven't Experience on discord But I know Very well Telegram that's Too good Platform (but will try Discord)

    • @mayurgadhiya3964
      @mayurgadhiya3964 Před 4 lety

      @Il Fantino yup @mayurgadhiya12 TG

    • @mayurgadhiya3964
      @mayurgadhiya3964 Před 4 lety

      @Il Fantino yes Why Not ! :)

    • @mayurgadhiya3964
      @mayurgadhiya3964 Před 4 lety

      @Il Fantino okay I will Check It

  • @ShivamRajput-dp7pu
    @ShivamRajput-dp7pu Před 4 lety +4

    According to me ,this is the best tutorial s for python course ....

  • @gayatrikruthiventi7273

    loved ur explanation sir .. im very new to learn these all... thanks a lot for helping many members like us to learn new things

  • @sebastianvanderkolk8706
    @sebastianvanderkolk8706 Před 9 měsíci

    I started learning Python on Coursera through the Google Certificate set, and I felt it was not progressing or teaching in my style of learning. I felt it was lacking the BASE basics of coding in this language. You do so well breaking it down in to bite sized chunks which is a huge help, thank you!!!!

  • @DFogarty1985
    @DFogarty1985 Před 4 lety +10

    I just wanted to let you know that I really appreciate your teaching methods and skill. It feels to me as if the vast majority of Python tutorials from other educators tend to be far longer than they need to be, and I’ve been looking for a channel like yours, that simply delivers the content in a straightforward and concise manner. I honestly feel that, in pursuing your dedication to maintain brevity while preserving accuracy, you’re facilitating the growth of many who possess potential to contribute to the Python community, but may have otherwise abstained from learning Python altogether due to that arbitrary wall created by the unnecessary length of other educators’ lessons. Keep up the great work, and thank you so much (aaand yep, the irony doesn’t fall short on me in that I myself could have probably said all of that in a fraction of the words that I used)!

    • @aakashnarayanan8993
      @aakashnarayanan8993 Před 4 lety +1

      ok...this makes me want to learn the english language all over again.
      any idea where i could find a course for that?
      XDXDXDXDXD

    • @supernova7683
      @supernova7683 Před rokem

      A

  • @monalisapani1488
    @monalisapani1488 Před 5 lety +6

    Navin Sir = ['Awesome ','Superb', 'Wonderful']
    Navin Sir
    >>>'Awesome', 'Superb', 'Wonderful'

  • @shankargope2475
    @shankargope2475 Před 9 měsíci

    Really appreciate your efforts and I am really amazed learning python under your guidance in CZcams❤. The way of your teaching and style with which you have delivered the contents makes the learning and implementation much easier 👍. Thanks a lot.

  • @pawnage3
    @pawnage3 Před 2 lety

    Just watched this video again. Thank you Mr. Reddy!

  • @mayurgobade9519
    @mayurgobade9519 Před 5 lety +7

    i Watching all your videos of PYTHON and because of you only i get job in PYTHON thanks

    • @ananyamahapatra6597
      @ananyamahapatra6597 Před 5 lety

      Hello....do we need to learn data scien/machine learning along with python to get a job in python?

  • @raghupeddakapula2463
    @raghupeddakapula2463 Před 5 lety +4

    Sir, in c language we should write code for finding min, max, sort in arrays.Don't we require code in phython ?

    • @zavier9788
      @zavier9788 Před 3 lety

      Yes bro we don't require writing individual codes when we use lists. Even I was surprised when I discovered this fact from Navin.

  • @HarshSamosa
    @HarshSamosa Před 3 lety

    salute to you. you changed my programming mind and made me interested in python. thanks

  • @akashbidap
    @akashbidap Před 3 lety

    The way of your teaching method is absolutely fine sir, you are awesome👌👍

  • @9yearsago507
    @9yearsago507 Před 2 lety +4

    I am 16 and i am watching it as entertainment

  • @hamzahafeez9815
    @hamzahafeez9815 Před 6 lety +11

    name="Telusko"
    print(name[-3])
    answer is "S"

  • @shrishw.n2308
    @shrishw.n2308 Před 2 lety

    Navin sir ur the best, Ur explanation is to the point and clear. LOVE u sir

  • @kalyan4727
    @kalyan4727 Před 2 lety

    Tq so much sir for your valuable teaching...❣️❣️❣️ Ur giving me confidence on programming ❣️❣️ i don't have any programming skills but now I had a confidence... Bcz of your way of teaching ❣️❣️🙌🙌

  • @sathyaprasanna8457
    @sathyaprasanna8457 Před 4 lety +146

    name = Telusko
    print (name[-3])
    output : s

  • @hamasahmad8444
    @hamasahmad8444 Před 3 lety

    Bro i have watched many tutorials but your videos are the most interesting you have made IT very easy. Luv from Pakistan

  • @aswingm9246
    @aswingm9246 Před 2 lety

    I really have zero knowledge in python sir. This is very new to me since I was from biology background. I thought it would be hard but after watching ur videos I really enjoyed it. I could able to understand it very well. Thankyou so much sir

  • @joestephendsilva2844
    @joestephendsilva2844 Před 3 lety +3

    Hi Navin!
    The options for the functions of list does not pop up even after pressing clt+space in python 3.8 version? Any other alternative?

    • @ynsp7422
      @ynsp7422 Před 3 lety

      it does not work in python 3.9 too
      i have the same problem

  • @vishwaskalani9516
    @vishwaskalani9516 Před 3 lety +3

    an interesting fact that when we instruct python with something like nums [2:1] then it does not give an error instead gives empty square brackets

  • @kadirilavanyareddy6033

    I have started learning python...nd it's looks very curious that may be cause of u r teaching style...it's very impressive Navin gaaaruuuuu

  • @divyajoshi30
    @divyajoshi30 Před 3 lety

    Superb... He explains concepts with such an ease ..

  • @biyagirmahirpo4377
    @biyagirmahirpo4377 Před 4 lety +4

    my fist time to learn programming language . I am lucky i got such good Sensei

  • @aayushkhadka6942
    @aayushkhadka6942 Před 4 lety +9

    Still in 2019 december

  • @mrhabib8427
    @mrhabib8427 Před 3 lety

    Wow, just excellent , i have search in CZcams around 30 minute, i am not found that i wanted. But you are wow..........

  • @jeevaperiyasamyag5619
    @jeevaperiyasamyag5619 Před 3 lety +1

    Sir,,, I love you...... Because.. You is the best teacher..... Your language is very good and clear and more than..... Sri,,,, I love you

  • @biswaranjann
    @biswaranjann Před 4 lety +8

    nums = [25,36,95,14,12,26]
    how to delete values (95,14,12)?
    Ans: del nums[2:4]

    • @mdyadav6072
      @mdyadav6072 Před 3 lety +1

      How to delete 36 ,14 ,26 please let me know

    • @sparklyn9642
      @sparklyn9642 Před 3 lety

      thank you very much

    • @manishkumarmani1420
      @manishkumarmani1420 Před 3 lety +3

      Wrong ans. Nayak bro.if you want to delete values (95,14,12) then
      Ans. is del nums[2:5].

    • @manishkumarmani1420
      @manishkumarmani1420 Před 3 lety

      Ans. del nums [2:5]

    • @karthikps1647
      @karthikps1647 Před 3 lety +1

      @@mdyadav6072 nums.remove(36,14,26)......This is the way to delete that alternate Numbers....

  • @somasekharpandeti4435
    @somasekharpandeti4435 Před 2 lety +16

    name="Telusuko"
    Print ( name[-3])
    Answer is :- s
    Because the index values of the word telusko is 0,1,2,3,4,5,6
    The return index values are -1,-2,-3,-4,-5,-6,-7
    The the integer -3 corresponds at letter s
    So the answer is s

  • @aminedj430
    @aminedj430 Před rokem

    i will be following your course till the end i find python a good an easy language to learn

  • @mayankagarwal4054
    @mayankagarwal4054 Před 3 lety

    Thanks sir, now I can fullfill my dream of learning python