akasa899 akasa899 23-10-2020 Computers and Technology contestada Write code using the range function to add up the series 20, 30, 40, ... 90 and print the resulting sum each step along the way. Expected Output 20 50 90 140 200 270 350 440