Ian at 2018/12/8 UTC+8 AM11:28:34 wrote:
> What is it exactly that you're trying to accomplish with this? Perhaps
> there's a better way than using eval.

This problem comes from solving a word puzzle,
    ab + aa + cd == ce
Each character will be translate to a digit and evaluate the correctness,
    03 + 00 + 15 == 18

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to