cp8695446 cp8695446 08-12-2022 Computers and Technology contestada Write code using the range function to add up the series 15, 20, 25, 30, ... 50 and print the resulting sum each step along the way. Expected Output: 15, 35, 60, 90, 125, 165, 210, 260