On 14Jun2013 15:59, Nikos as SuperHost Support <[email protected]> wrote: | So, a numeral = a string representation of a number. Is this correct?
No, a numeral is an individual digit from the string representation of a number. So: 65 requires two numerals: '6' and '5'. -- Cameron Simpson <[email protected]> In life, you should always try to know your strong points, but this is far less important than knowing your weak points. Martin Fitzpatrick <[email protected]> -- http://mail.python.org/mailman/listinfo/python-list
