Created
October 2, 2022 20:05
-
-
Save ahmedbesbes/266faba9fb33b4be1908a22c297ee912 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def foo(x: int, y: int, func: Callable[[int, int], int]) -> int: | |
output = func(x, y) | |
return output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment