+ 8
https://code.sololearn.com/cb0Qm85umh4A
26th Feb 2021, 1:48 PM
David Ashton
David Ashton - avatar
+ 5
∆BH∆Y if(len(list1)==len(list2)): for i in range(len(list1)): list3.append(list1[i]*list2[i]) print(list3)
26th Feb 2021, 1:47 PM
Abhay
Abhay - avatar