Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I wonder why 430gj9j added exec..

  print "Hello world\n"*100
Would have worked just fine.


He abstracted this loop:

    for i in xrange(100):
        statement
into:

   exec "statement" * 100
The 'no exec' alternatives propose something not as generic since they can only print something a number of times.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: