Skip to content

Instantly share code, notes, and snippets.

@ycui1
Created January 31, 2022 22:28
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 ycui1/7c8af40aebc5486cfe18fdd1fdab00bd to your computer and use it in GitHub Desktop.
Save ycui1/7c8af40aebc5486cfe18fdd1fdab00bd to your computer and use it in GitHub Desktop.
def example_fun(param0, param1):
"""
Does what
Args:
param0:
param1:
Returns:
Describe the return value
Raises:
Describe any exceptions
"""
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment