Python Program to Calculate The Sum of List Numbers Without Using Built_in Functions

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • In this python programs video tutorial you will learn how to find out the sum of list numbers in detail.
    #PythonPrograms #SumOfListNumbers
    You can Checkout:
    ProgramsAndMe
    programsandme

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

  • @a.b1177
    @a.b1177 3 ปีที่แล้ว +2

    Vowww. Explained in easy way. So amazing...

  • @krishnaraj-mx1pb
    @krishnaraj-mx1pb ปีที่แล้ว

    great one thank you very much

  • @OghenevwegbaGodspower-n6z
    @OghenevwegbaGodspower-n6z 3 หลายเดือนก่อน +1

    Thank you very much

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

    Nice work. Good english and well explained.

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

    from functools import reduce
    def add(a,b):
    return a+b
    lis=[10 ,20,30]
    sum=reduce (add,lis)
    print(sum)

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

    Nice explanation

  • @sagaryadav8309
    @sagaryadav8309 ปีที่แล้ว

    Thanku so much

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

    ty very muchhhhhhhhhhh!!!!!!!!!!

  • @greatcreations4830
    @greatcreations4830 ปีที่แล้ว

    I am not getting answer for 2 nd part of this vedio

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

    How do i add two values in two list?
    e.g.
    in_list1 = [-8, -7, 1, 2, 7, 8]
    in_list2 = [-7, -2, 1, 3, 7, 7]
    I want to find the different sums (e.g. -.8+-7, -8+-2,-8+1)... so on, as i would like to list all the unique score

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

    wow! vary good explaination

  • @abhinavreddy4434
    @abhinavreddy4434 ปีที่แล้ว

    Can you explain using while loop

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

    Can u explain this question in while loop as well

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

    Give error..

  • @Dunith_Munasinghe
    @Dunith_Munasinghe ปีที่แล้ว

    Thank you ❤

  • @AlokYadav-xc8te
    @AlokYadav-xc8te 3 ปีที่แล้ว

    Yahi program while loop se kriye

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

    TY