find_sum = 'Lorem Ipsum' ans2 = find_sum[8:] # Another way:- find_sum[8:11] print(ans2) #Output should be sum