Given the following Series S1 and S2 :
Write the command to find the sum of series S1 and S2.
>>> print(S1 + S2)
A 90 B 60 C 108 D 150 dtype: int64