number_to_alpha#

number_to_alpha(n: int) str#

Convert number to ASCII string, e.g. 0 -> “a”, 1 -> “b”, 51 -> “Z”, 52 -> “aa”, …