We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9f683 commit aa8eb5eCopy full SHA for aa8eb5e
Decimal to binary/2to00000010.py
@@ -1,6 +1,7 @@
1
# this uses GPL V3 LICENSE
2
# code by @JymPatel
3
4
+import sys
5
6
binary = '$' # just starting var
7
n = 15 # can get 2**16 numbers
0 commit comments