def function(n, step): s = 0 for i in range(1, n, step): s += i return sI need to translate to While pool. PLS help me! :)
User has been warned for this post. Reason: No BBcode, multiple threads
Help! For pool to While pool
|
def function(n, step): s = 0 for i in range(1, n, step): s += i return sI need to translate to While pool. PLS help me! :) User has been warned for this post. Reason: No BBcode, multiple threads
Dec-03-2017, 11:58 AM
Dec-03-2017, 05:42 PM
hey did u solve it?can u share here?
Dec-06-2017, 10:32 AM
(This post was last modified: Dec-06-2017, 10:33 AM by gruntfutuk.)
What's to solve? Looks fine to me. Returns the sum of the first n-1 integers.
I am trying to help you, really, even if it doesn't always seem that way
Dec-06-2017, 11:04 AM
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Calculate time taken to cool down a pool in python | edwinostby | 0 | 2,328 |
May-24-2021, 04:12 PM Last Post: edwinostby |
|
Please explain me Pathos Pool() | Antigr | 1 | 4,439 |
Jun-27-2018, 06:25 PM Last Post: Larz60+ |