How clean/elegant is Python's syntax?

Ma Xiaojun damage3025 at gmail.com
Thu May 30 13:46:17 EDT 2013


On Fri, May 31, 2013 at 1:28 AM, Chris Angelico <rosuav at gmail.com> wrote:
> for (int i=0;i<nfoo;++i) if (foo[i].marker)
> {
>     //do something with foo[i]
> }

This is interesting!



More information about the Python-list mailing list