Skip to content

Commit 906103c

Browse files
authored
Update test cases code block
1 parent 1346afc commit 906103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/decimal_to_binary_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def dec_to_bin(n):
1313
return binary
1414

1515
for i in range(0,101):
16-
print(dec_to_bin(i))
16+
print("Decimal:"+str(i)+" Binary:"+str(dec_to_bin(i)))

0 commit comments

Comments
 (0)