[Tutor] Stem and leaf plots

Danny Yoo dyoo at hashcollision.org
Sun May 17 23:54:07 CEST 2015


>     for i in range(low, high+1):
>         stems[i].sort()
>         print(str(i).ljust(padding) + ' | ' +
>               ' '.join(map(str, stems[i])))def printStemPlot(values):


Gah!  Sorry!  Copy and paste error near the end there.  Just trim the
'def printStemPlot(values):' part off the end of that definition.


More information about the Tutor mailing list