Created
October 2, 2022 20:03
-
-
Save ahmedbesbes/c63f045151176812389d7d537bcf9e47 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 my_dummy_function(l: list[float]): | |
return sum(l) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment