tangled
alpha
login
or
join now
digi.rip
/
dollcode
4
fork
atom
my version of @dis.sociat.ing's dollcode algorithm in python
4
fork
atom
overview
issues
pulls
pipelines
removed non-breaking syntax error
digi.rip
1 month ago
e77dbcc7
eb342dbc
+1
-1
1 changed file
expand all
collapse all
unified
split
main.py
+1
-1
main.py
reviewed
···
43
43
44
44
45
45
def main(number: int):
46
46
-
print_dollcode((convert_number(number)))
46
46
+
print_dollcode(convert_number(number))
47
47
48
48
49
49
if __name__ == "__main__":