We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 867f6d5 commit cfa47cfCopy full SHA for cfa47cf
python/DecimalToBinary.py
@@ -1,5 +1,5 @@
1
def DecimalToBinary(x):
2
- BinaryNumb = '0' + bin(x)[2:]
+ BinaryNumb = '0' + bin(x)[2:]
3
return BinaryNumb
4
5
def main():
0 commit comments