Right.
The str() function takes in account that there might be a negative number, preceded by a '-'. Str() precedes positive numbers with a blank and will thus result in equal length strings to positive and negative numbers. (Str(-100) has the same length as str(100))