Advertisements
Advertisements
Question
Select code to display the sum of Series M1 and Series M2:
(i) print (sum(M1,M2))
(ii) print(M1+M2)
(iii) print(M1.add(M2))
(iv) print(M1.sum(M2))
Options
Only (i)
(i) and (ii)
(ii) and (iii)
(iii) and (iv)
MCQ
Solution
(i) and (ii)
shaalaa.com
A Series
Is there an error in this question or solution?