control flow

Поділитися
Вставка
  • Опубліковано 5 сер 2024
  • To access the translated content:
    1. The translated content of this course is available in regional languages. For details please visit nptel.ac.in/translation
    The video course content can be accessed in the form of regional language text transcripts, books which can be accessed under downloads of each course, subtitles in the video and Video Text Track below the video.
    Your feedback is highly appreciated. Kindly fill this form forms.gle/XFZhSnHsCLML2LXA6
    2. Regional language subtitles available for this course
    To watch the subtitles in regional languages:
    1. Click on the lecture under Course Details.
    2. Play the video.
    3. Now click on the Settings icon and a list of features will display
    4. From that select the option Subtitles/CC.
    5. Now select the Language from the available languages to read the subtitle in the regional language.

КОМЕНТАРІ • 19

  • @badaljha6257
    @badaljha6257 4 роки тому +2

    great way of teaching

  • @shyamkachhadiya4964
    @shyamkachhadiya4964 5 років тому

    very nice ......thankyou for such lectures

  • @snehamoypatra9786
    @snehamoypatra9786 6 років тому

    Completely understand.

  • @bhargavdobariya5859
    @bhargavdobariya5859 3 роки тому

    great explanation thanks a lot sir

  • @rajatkinlekar627
    @rajatkinlekar627 3 роки тому

    I think so u should use print function instead of return in for loop because return will return first value of i in for condition

  • @muditgupta6303
    @muditgupta6303 3 роки тому +2

    Sir, at 15:58 in the example algorithm, u used concatenation of list by using "+" , and it will generate a new list every time, won't this affect the processing or generate more garbage in the memory.

    • @sachinshah444
      @sachinshah444 3 роки тому +1

      its a bit late but
      We can use .append(i) method as it doesn't generate a new list every time.

  • @kunalsandilya6034
    @kunalsandilya6034 6 років тому +2

    Amazing teacher

  • @fellaini2223
    @fellaini2223 3 роки тому

    gg

  • @captainabd1216
    @captainabd1216 6 років тому +2

    Sir! you Should do it with interpretor for better understanding

  • @shikhajaiswal3444
    @shikhajaiswal3444 4 роки тому +1

    At 15:49, why are we concatenating, while we just learnt in the last chapter that if we concatenate lists , it will create a new list.
    We can rather use append here, it will just update the list.

    • @manikandan_k
      @manikandan_k 3 роки тому

      It doesn't matter, whether it's create a new list, because the variable stays the same. It's just a different way of doing things.

    • @muditgupta6303
      @muditgupta6303 3 роки тому

      Even I had the same doubt. I think it will effect the processing and garbage generation. But I'm not sure if it really matters.

  • @manideep8622
    @manideep8622 4 роки тому

    I am getting error of this code 15:17
    Like ' i 'is invalid charechter

    • @ABHIGYAN_PANDEY
      @ABHIGYAN_PANDEY 6 днів тому

      you must be doing wrong indentation of the return function at last.

  • @souravsaha3446
    @souravsaha3446 6 років тому

    sir can i have all the lectures in a module or in an organised way please sir

    • @kavitachawdhary4851
      @kavitachawdhary4851 6 років тому +2

      onlinecourses.nptel.ac.in/noc18_cs21/announcements
      # On the LHS - follow the course outline.

    • @pratyushkushwah
      @pratyushkushwah 6 років тому +3

      Hi yu can go to nptel.ac.in/courses/106106145/10 all the things are organised

  • @Insane_CyrusOp
    @Insane_CyrusOp 3 роки тому

    if u dont use interpretor for teaching ... beginners wont evn get a thing u say,,,