pub fn num_to_str(num: usize) -> String
Returns reading-friendly textual representation for num smaller than or equal to 10 or its numeric representation if it is greater than 10.
num