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

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

ProgramsAndMe

3 года назад

34,036 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sagaryadav8309
@sagaryadav8309 - 18.08.2023 18:33

Thanku so much

Ответить
@greatcreations4830
@greatcreations4830 - 15.05.2023 18:45

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

Ответить
@adtrshynarh4596
@adtrshynarh4596 - 18.03.2023 13:12

Nice work. Good english and well explained.

Ответить
@krishnaraj-mx1pb
@krishnaraj-mx1pb - 11.12.2022 07:13

great one thank you very much

Ответить
@dunithmunasinghe1089
@dunithmunasinghe1089 - 10.11.2022 13:29

Thank you ❤

Ответить
@abhinavreddy4434
@abhinavreddy4434 - 19.10.2022 13:50

Can you explain using while loop

Ответить
@praveenchalla8603
@praveenchalla8603 - 22.09.2022 11:35

Nice explanation

Ответить
@brandonsmith9233
@brandonsmith9233 - 12.08.2022 00:55

TY

Ответить
@dharmeshtiwari4488
@dharmeshtiwari4488 - 26.06.2022 15:40

Give error..

Ответить
@ahsananas5882
@ahsananas5882 - 26.03.2022 07:17

Can u explain this question in while loop as well

Ответить
@Z_-ci2pu
@Z_-ci2pu - 04.02.2022 17:14

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

Ответить
@aa.3134
@aa.3134 - 28.01.2022 16:01

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

Ответить
@rabilochanbauri7255
@rabilochanbauri7255 - 12.12.2021 13:17

wow! vary good explaination

Ответить
@shankhadeepghosh6086
@shankhadeepghosh6086 - 30.10.2021 17:53

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

Ответить
@AlokYadav-xc8te
@AlokYadav-xc8te - 01.09.2021 03:58

Yahi program while loop se kriye

Ответить
@a.b1177
@a.b1177 - 20.08.2021 15:51

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

Ответить