Describe what this function does. Try different numbers as input.
```
def test(num):
if num > 0:
return test(num -2) * test(num -1)
else:
return 0
```
This method recursively calls itself by calling itself each time that the passed in num is above 0, with one cal decrementing the num once and one twice. None of this has any impact though as 0 times anything is still 0 so any number passed in will be 0.
You might also like to view...
In Outlook Express, which pane displays either the content of the current message or tasks that are available?
A) Message pane B) Task pane C) Preview pane D) Folders pane
To include calculated fields in queries, enter a name for the calculated field, a(n) _____, and then the expression in one of the columns in the Field row.
A. colon (:) B. semi-colon (:) C. equal sign (=) D. exclamation point (!)
What are some disadvantages of synchronizing to the cloud?
What will be an ideal response?
You can create a new custom show with options in the Custom Shows dialog box._________________________
Answer the following statement true (T) or false (F)