Quiz Yourself: List and Recursion
Quiz yourself on lists and recursion.
We'll cover the following...
1
In order to avoid warnings for unused variables, we use ________.
A)
an asterisk (*) after the variable
B)
an underscore (_) after the variable
C)
an underscore (_) before the variable
D)
a hyphen (-) before the variable
Question 1 of 40 attempted
Ask