first commit

This commit is contained in:
2025-11-12 11:34:34 +03:00
commit 29280f3e50
77 changed files with 272246 additions and 0 deletions
+4
View File
@@ -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)) # ()