cumSum works on strings like it does on expressions by
doing partial concatenation.
cumSum takes as argument a list of strings.
cumSum returns a list of strings where the element of index k is the
concatenation of the strings with indices 0 to k .
Input :
Output :