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 de748b0 commit d0512bfCopy full SHA for d0512bf
7KYU/add_binary.py
@@ -1,2 +1,2 @@
1
-def add_binary(a:int, b:int):
2
- return (bin(a+b))[2:]
+def add_binary(a: int, b: int):
+ return (bin(a + b))[2:]
0 commit comments