Skip to content

Commit aa8eb5e

Browse files
authored
Update 2to00000010.py
1 parent 7b9f683 commit aa8eb5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Decimal to binary/2to00000010.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# this uses GPL V3 LICENSE
22
# code by @JymPatel
33

4+
import sys
45

56
binary = '$' # just starting var
67
n = 15 # can get 2**16 numbers

0 commit comments

Comments
 (0)