base36_to_int(s)
[source]
Converts a base 36 string to an integer. On Python 2 the output is guaranteed to be an int
and not a long
.
base36_to_int(s)
[source]
Converts a base 36 string to an integer. On Python 2 the output is guaranteed to be an int
and not a long
.
Please login to continue.