Posts by Daniel Malafaia • 11 points
1 post
-
0
votes2
answers1460
viewsQ: Calculate the sum of a range of numbers entered by the user
Read 15 numbers typed by the user and calculate the average values between x and y positions (inclusive). I started trying to do... numeros = [] for i in range (1, 16):…
pythonasked Daniel Malafaia 11