Skip to content

Instantly share code, notes, and snippets.

@ahmedbesbes
Created October 2, 2022 20:03
Show Gist options
  • Save ahmedbesbes/1c9bdb5439fdf6d61a864ab768a5cc6e to your computer and use it in GitHub Desktop.
Save ahmedbesbes/1c9bdb5439fdf6d61a864ab768a5cc6e to your computer and use it in GitHub Desktop.
from typing import List
def my_dummy_function(vector: List[float]):
return sum(vector)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment