Quiz Yourself: List and Recursion
Quiz yourself on lists and recursion.
Technical Quiz
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
1 / 4