toLetter

src.ZinckLib.toLetter.toLetter(valList: list)

Takes a list of ints and combines them into one string based (1 = a, 2 = b, …, 26 = z) with spaces being 0

Parameters:

valList (list of ints) – The list of ints to convert

Returns:

this list combined into a string

Return type:

string