Describe what this function does. Try different numbers as input. def test (num): if num > 0:

Question:

Describe what this function does. Try different numbers as input.

def test (num): if num > 0: return num test(num-1) else: return 0

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: