I have a string ABC2048 which is converted to an integer using int("ABC2048", 36) = 22453200152
How do I convert the number 22453200152 back to ABC2048?
I have a string ABC2048 which is converted to an integer using int("ABC2048", 36) = 22453200152
How do I convert the number 22453200152 back to ABC2048?