Skip to content

Commit

Permalink
binary_converter.py: add missing new line
Browse files Browse the repository at this point in the history
Signed-off-by: BlackMesa123 <[email protected]>
  • Loading branch information
salvogiangri committed Oct 30, 2023
1 parent 228e543 commit 80faaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/binary_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
print("Insert first number: ", end='')
input = int(input())
print("The binary number is:", bin(input).replace('0b', ''))
print("The binary number is:", bin(input).replace('0b', ''))

0 comments on commit 80faaa1

Please sign in to comment.