Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What does Python function procedure do?
defprocedure( n ): while n > 0: print (n,) n = n - 1
def
procedure( n ):
Counts from n down to 1 and displays each number
Calculates the mean of n
Counts from 10 down to 0 and displays each number
Calculates the sum of n numbers greater than 0
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!