>     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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to