ptoohill0659 ptoohill0659 11-11-2020 Computers and Technology contestada 4.9 Code Practice: Question 2 Instructions 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