first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
def find_modified_max_argmax(L, f):
|
||||
L = [f(x) for x in L if type(x) == int]
|
||||
|
||||
return L and (max(L), L.index(max(L))) or ()
|
||||
Reference in New Issue
Block a user