Skip to content

Instantly share code, notes, and snippets.

@farooqkz
Last active September 12, 2023 11:04
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 farooqkz/01213040eae4b1cda64c4a2e44aaa02b to your computer and use it in GitHub Desktop.
Save farooqkz/01213040eae4b1cda64c4a2e44aaa02b to your computer and use it in GitHub Desktop.
untitled
def digit_sum_outer(a: int) -> int:
def digit_sum(a: int, b: int=0) -> int:
...
return digit_sum(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment