my version of @dis.sociat.ing's dollcode algorithm in python

removed non-breaking syntax error

+1 -1
+1 -1
main.py
··· 43 43 44 44 45 45 def main(number: int): 46 - print_dollcode((convert_number(number))) 46 + print_dollcode(convert_number(number)) 47 47 48 48 49 49 if __name__ == "__main__":