8000 Add empty doc-string · ZaytsevNS/python_codewars@5276307 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5276307

Browse files
committed
Add empty doc-string
1 parent 5031224 commit 5276307

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

7KYU/add_binary.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
def add_binary(a: int, b: int) -> str:
2+
"""
3+
4+
"""
25
return (bin(a + b))[2:]

0 commit comments

Comments
 (0)
0