first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from task7 import find_modified_max_argmax
|
||||
|
||||
print(find_modified_max_argmax([1, 3, 4, 4.5], lambda x: x**2)) # (16, 2)
|
||||
print(find_modified_max_argmax(["a", 4.5], lambda x: x*10)) # ()
|
||||
Reference in New Issue
Block a user