What does this function do? What does it return if x = 5?
def Func(x): total = 0 for i in range(x): total += i * (i-1) return total
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.