Accessing List using for Loop in Python (Hindi)

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 14

  • @niteshfreefire4180
    @niteshfreefire4180 2 ปีที่แล้ว

    Sir your voice is so impressive

  • @DurgeshKumar-gx1bl
    @DurgeshKumar-gx1bl 5 ปีที่แล้ว +2

    how to use outside variable(properties) in protected function(method) in php plz reply me rajesh sir

  • @rohittechlife6415
    @rohittechlife6415 4 ปีที่แล้ว +1

    Nice explanation

  • @tahaajaz1664
    @tahaajaz1664 4 ปีที่แล้ว +1

    Thanku so much brother

  • @rohittechlife6415
    @rohittechlife6415 4 ปีที่แล้ว +2

    Really best video on list

  • @shwetayadav7805
    @shwetayadav7805 2 ปีที่แล้ว +1

    Thanks bro

  • @ayushsinghteotia7240
    @ayushsinghteotia7240 3 ปีที่แล้ว

    a=[10,20,30,[50,60]]
    l=len(a)
    for i in range(l):
    if(type(a[i]) is list):
    #if(len(a[i])>1): ye kyu lika iska kya use hai yha ,bina iske bhi proper run kar rha hai
    m=len(a[i])
    for j in range(m):
    print(i,j, a[i][j])
    else:
    print(i, a[i])

  • @prasenjitpal7371
    @prasenjitpal7371 4 ปีที่แล้ว +1

    Great!!!

  • @rohittechlife6415
    @rohittechlife6415 4 ปีที่แล้ว +1

    Thanks

  • @zulfikar-pr9nc
    @zulfikar-pr9nc 2 ปีที่แล้ว

    thank u sir

  • @faizangladiator4189
    @faizangladiator4189 5 ปีที่แล้ว

    Bhai stack and operations.. link list and operations.. queue and operations in data structure with algorithm upload karai plzzz

  • @satishpal435
    @satishpal435 8 หลายเดือนก่อน