![]() |
Python
1.0
|
Recursively find the maximum value in a list. More...
Functions | |
def | maximum (L) |
Variables | |
list | L = [2, 4, 6, 23, 1, 46] |
Recursively find the maximum value in a list.
def maximum.maximum | ( | L | ) |
list maximum.L = [2, 4, 6, 23, 1, 46] |