Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Slicing Arrays in this way
- From: toby at tobiah.org (Tobiah)
- Subject: Slicing Arrays in this way
- Date: Wed, 02 May 2007 15:03:24 -0700
>>> elegant_solution([1,2,3,4,5,6,7,8,9,10]) [[1, 2], [3, 4], [5, 6], [7, 8], [9, 10]] -- Posted via a free Usenet account from http://www.teranews.com
- Follow-Ups:
- Slicing Arrays in this way
- From: Matimus
- Slicing Arrays in this way
- From: John Machin
- Slicing Arrays in this way
- From: Steven D'Aprano
- Slicing Arrays in this way
- From: Michael Hoffman
- Slicing Arrays in this way
- From: James Stroud
- Slicing Arrays in this way
- Prev by Date: Lazy evaluation: overloading the assignment operator?
- Next by Date: curses mystical error output
- Previous by thread: Cannot execute Windows commands via Python in 64-bit
- Next by thread: Slicing Arrays in this way
- Index(es):