functions

Поділитися
Вставка
  • Опубліковано 12 жов 2024

КОМЕНТАРІ • 16

  • @Jaimin_Bariya
    @Jaimin_Bariya 22 дні тому

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

  • @pythonnme6343
    @pythonnme6343 7 років тому +9

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

  • @leonardcooper-s4p
    @leonardcooper-s4p 2 місяці тому +1

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

  • @RA-oo4lj
    @RA-oo4lj 5 років тому +5

    You are the best!

  • @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

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

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

  • @sanjayg4444
    @sanjayg4444 6 років тому +4

    Maza agaya

  • @Insane_CyrusOp
    @Insane_CyrusOp 4 роки тому +5

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

    • @Dr.Funknstein
      @Dr.Funknstein 3 роки тому +2

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

    • @bhaskarjha2832
      @bhaskarjha2832 3 роки тому +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 роки тому

      @@Dr.Funknstein 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.