Larry Wall <[EMAIL PROTECTED]> writes:
> If you're into dwimmery, you could make all of these work, too:
> 
>     print (1, 2, 4, ...)
>     print (1, 4, 9, 16, 25, ...)
>     print (1, 1, 2, 3, 5, ...)
>     print ('a', 'b', 'c', ...)
>     print (3, 1, 4, 1, 5, 9, 6, 2, 5, ...)

You forgot:

      print (1, 11, 21, 1211, ...)

Reply via email to