Posts by Elielton Kremer • 11 points
1 post
-
1
votes3
answers1877
viewsA: List a range of numbers and add one by one
For this we can use two python functions. The function crease creating an iterable range of values from the reported parameters and the function sum that adds an eternal and returns the result…