8000 Add whitespace · ZaytsevNS/python_codewars@d0512bf · GitHub
[go: up one dir, main page]

Skip to content

Commit d0512bf

Browse files
committed
Add whitespace
1 parent de748b0 commit d0512bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

7KYU/add_binary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
def add_binary(a:int, b:int):
2-
return (bin(a+b))[2:]
1+
def add_binary(a: int, b: int):
2+
return (bin(a + b))[2:]

0 commit comments

Comments
 (0)
0