What is the return value of `exec`? Would that object be then used to iterate the sequence in 'a'? I'm reading this: https://www.python.org/download/releases/2.2.3/descrintro/ -- https://mail.python.org/mailman/listinfo/python-list
- exec "x = 3; print x" in a - How does it work? Veek. M
- Re: exec "x = 3; print x" in a - How does i... Ben Finney
- Re: exec "x = 3; print x" in a - How does i... Steven D'Aprano
- Re: exec "x = 3; print x" in a - How do... Veek. M
- Re: exec "x = 3; print x" in a - Ho... Chris Angelico
- Re: exec "x = 3; print x" in a - How does i... Veek. M