Computer Science Canada Python running error |
Author: | Panphobia [ Thu Nov 15, 2012 8:07 pm ] | ||||||
Post subject: | Python running error | ||||||
I started learning python, and as practise I started re-doing all the questions for dwite in python, I ran into a problem with this question http://dwite.org/questions/arablish_numbers.html, here is my code that should work
here is my data1.txt contents
and here is the error
|
Author: | btiffin [ Fri Nov 16, 2012 1:58 am ] |
Post subject: | Re: Python running error |
Yeah, see http://docs.python.org/2/library/functions.html#input then see http://docs.python.org/2/library/functions.html#raw_input which skips the evaluator. Cheers |
Author: | Panphobia [ Fri Nov 16, 2012 1:20 pm ] |
Post subject: | RE:Python running error |
got it, Thanks |