Skip to content

Instantly share code, notes, and snippets.

@charlieInDen
Created October 23, 2020 06:27
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 charlieInDen/d7e7f92d7bf596e865ec831b768be6a0 to your computer and use it in GitHub Desktop.
Save charlieInDen/d7e7f92d7bf596e865ec831b768be6a0 to your computer and use it in GitHub Desktop.
def add_binary(a,b):
#your code here
sum = a + b
return bin(sum)[2:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment