On Thu, Jul 10, 2008 at 2:57 PM, Sgeo <[EMAIL PROTECTED]> wrote: >> I will note that performing the same action 1,000 times takes at least >> 9 copies and 14 pastes; the same action 10,000 times takes at least 13 >> copies and 17 pastes, which is not significantly more effort. >> >> -root >> > > 1 copy, 1 paste: > > for i in range(1000): > print "I go on hold. I come off hold."
Well sure, if you use a program to do it, then any number of repetitions is trivial (at least until you start getting into the gigabytes). We're talking about effort for a *human* to do it. -root