[solved] – Question 99166
Write code using the range function to add up the series 99, 98, 97, … 1 and print the resulting sum.
Expected output: 4950
Expert Answer
OR
Write code using the range function to add up the series 99, 98, 97, … 1 and print the resulting sum.
Expected output: 4950
OR