Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Vowww. Explained in easy way. So amazing...
Nice work. Good english and well explained.
wow! vary good explaination
Thank you 😊
great one thank you very much
Thank you very much
Any time :)
Nice explanation
ty very muchhhhhhhhhhh!!!!!!!!!!
Pleasure 😊
from functools import reducedef add(a,b): return a+blis=[10 ,20,30]sum=reduce (add,lis)print(sum)
Thank you ❤
Thanku so much
Can u explain this question in while loop as well
Can you explain using while loop
I am not getting answer for 2 nd part of this vedio
Yahi program while loop se kriye
TY
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
Give error..
Vowww. Explained in easy way. So amazing...
Nice work. Good english and well explained.
wow! vary good explaination
Thank you 😊
great one thank you very much
Thank you very much
Any time :)
Nice explanation
ty very muchhhhhhhhhhh!!!!!!!!!!
Pleasure 😊
from functools import reduce
def add(a,b):
return a+b
lis=[10 ,20,30]
sum=reduce (add,lis)
print(sum)
Thank you ❤
Thanku so much
Can u explain this question in while loop as well
Can you explain using while loop
I am not getting answer for 2 nd part of this vedio
Yahi program while loop se kriye
TY
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
Give error..