Is there a good python library that can turn numbers into their respective “symbols”? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . 0 = 0 1 = 1 ... 9 = 9 10 = a 11 = b ... 35 = z 36 = A 37 = B ... 60 = Z 61 = 10 62 = 11 ... 70 = 19 71 = 1a 72 = 1b I don't know what this is called. Base something? All I want is a function that can convert the numbers into these, and these back to numbers. Is there an easy function that can do this? 回答1: You