Skip to content

Instantly share code, notes, and snippets.

@adamoudad
Created October 16, 2022 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamoudad/6eca7a1545490672645f733bbd2209a3 to your computer and use it in GitHub Desktop.
Save adamoudad/6eca7a1545490672645f733bbd2209a3 to your computer and use it in GitHub Desktop.
def myfunc(a: int = 1, b: str = "", c: list = []):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment