Given the following Series S1 and S2:
S1 S2
A 10 A 80
B 40 B 20
C 34 C 74
D 60 D 90
Write the command to find the sum of series S1 and S2
Answers
Answered by
1
Answer:
print(S1+S2)
Explanation:
so this will add both the series with each other
Answered by
1
Answer:
Answer:
=print(s1+s2)
in simple form u have to add it.
like : (s1a+s2a)
Similar questions