[solved] – Question 99083
Write code using the range function to add up the series 3, 6, 9, 12, 15, ….. 66 and print the resulting sum.
Expected output: 759
Expert Answer
OR
Write code using the range function to add up the series 3, 6, 9, 12, 15, ….. 66 and print the resulting sum.
Expected output: 759
OR