functions

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 16

  • @leonardcooper-s4p
    @leonardcooper-s4p 4 месяца назад +1

    @18:27, he should've taught the concept of "global variable" here.

  • @pythonnme6343
    @pythonnme6343 7 лет назад +9

    These lectures are really good. Madhavan Sir, you are amazing.

  • @Jaimin_Bariya
    @Jaimin_Bariya 2 месяца назад

    Jp here again [Comment number 16]
    Thank you, Sir, :)

  • @RA-oo4lj
    @RA-oo4lj 5 лет назад +5

    You are the best!

  • @sanjayg4444
    @sanjayg4444 6 лет назад +4

    Maza agaya

  • @sekharcnanda
    @sekharcnanda 4 года назад +1

    These lectures are very good. Please keep upload many videos, that helps lot of students . Great work.

  • @sanketargade3685
    @sanketargade3685 3 года назад +1

    Can you explain how update(l,i,v) are work, how l having length?

    • @EgG787-z2e
      @EgG787-z2e Год назад

      hey bro just assume a list of elements=[1,2,3,4]
      l=list,i=index,v=list item
      let say you want to update item 2 as 5 inside the list and index od 2 is 1,start with for loop because we know the iterations in advance,it go through each item in the list,the index of 2 is 1 its is greater than or equal to 0 and lessthan the length of string(len() this functions gives the no of items or characters inside the given list (4,so 0

  • @Insane_CyrusOp
    @Insane_CyrusOp 4 года назад +5

    seriously hw can a beginner understand if u just show a ppt..come on

    • @SunOfTheia
      @SunOfTheia 4 года назад +2

      By trying the things out for yourself maybe? Idk just a crazy thought I had.

    • @bhaskarjha2832
      @bhaskarjha2832 4 года назад +2

      bro python ki basic knowledge lelo iss course se pehle ....
      muje bhi basic python aati h....and i am understanding this course properly....do some efforts from your end.

    • @SlickShitt
      @SlickShitt 3 года назад

      @@bhaskarjha2832 this type of people only criticize everyone.

    • @SlickShitt
      @SlickShitt 3 года назад

      @@SunOfTheia let him say.....instead of criticising he should have copied the code and used debugger to find out what's happening.

    • @manikandan_k
      @manikandan_k 3 года назад

      The slides contain valid code, Why don't you try it on the interpreter and see for yourself? Besides you can't learn programming just by watching lectures. If you want to be a programmer, you should emulate what is being presented here.