Hacker News new | ask | show | jobs
by erlanger 6283 days ago
I still find this clearer:

  for x in range(1, 10): print x
2 comments

I'm nitpicking, but your range should be range(1,11).
Every nit picked is valuable :)
Not so different in Ruby:

for x in 1..10; print x end

Yes, but we all know that Ruby is the haven of Devils!!
Ad hominem.
Ad...lingua?