functions

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 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!

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

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