8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5031224 commit 5276307Copy full SHA for 5276307
7KYU/add_binary.py
@@ -1,2 +1,5 @@
1
def add_binary(a: int, b: int) -> str:
2
+ """
3
+
4
5
return (bin(a + b))[2:]
0 commit comments