Re: python eval function

2013-08-26 Thread Mohsen Pahlevanzadeh
On Mon, 2013-08-26 at 00:55 +, Steven D'Aprano wrote: > On Sun, 25 Aug 2013 23:48:34 +0430, Mohsen Pahlevanzadeh wrote: > > > Dear all, > > > > eval doesn't run my code at the following link: > > http://stackoverflow.com/questions/18432198/eval-function-doesnt-work- > in-python > > > Are yo

Re: python eval function

2013-08-25 Thread Steven D'Aprano
On Sun, 25 Aug 2013 23:48:34 +0430, Mohsen Pahlevanzadeh wrote: > Dear all, > > eval doesn't run my code at the following link: > http://stackoverflow.com/questions/18432198/eval-function-doesnt-work- in-python Are you asking a question or just sharing a useful link? > Thank you before your

Re: python eval function

2013-08-25 Thread Ned Batchelder
On 8/25/13 7:49 PM, Terry Reedy wrote: On 8/25/2013 3:18 PM, Mohsen Pahlevanzadeh wrote: eval doesn't run my code at the following link: http://stackoverflow.com/questions/18432198/eval-function-doesnt-work-in-python Already answered there (code is statememt, not expression) The larger iss

Re: python eval function

2013-08-25 Thread Terry Reedy
On 8/25/2013 3:18 PM, Mohsen Pahlevanzadeh wrote: eval doesn't run my code at the following link: http://stackoverflow.com/questions/18432198/eval-function-doesnt-work-in-python Already answered there (code is statememt, not expression) -- Terry Jan Reedy -- http://mail.python.org/mailman/

python eval function

2013-08-25 Thread Mohsen Pahlevanzadeh
Dear all, eval doesn't run my code at the following link: http://stackoverflow.com/questions/18432198/eval-function-doesnt-work-in-python Thank you before your answer... --mohsen -- http://mail.python.org/mailman/listinfo/python-list