![]() |
Python
1.0
|
Interleaving three lists. More...
Functions | |
def | intercala (*args) |
Interleaves a variable number of lists. More... | |
def | intercala3 (*args) |
Interleaves a variable number of lists. More... | |
def | main () |
Variables | |
input = raw_input | |
Interleaving three lists.
def _03f_intercala_zip.intercala | ( | * | args | ) |
Interleaves a variable number of lists.
args | tuple of lists. |
def intercala (a, b, c):
def _03f_intercala_zip.intercala3 | ( | * | args | ) |
Interleaves a variable number of lists.
args | tuple of lists. |
def _03f_intercala_zip.main | ( | ) |
References input.
_03f_intercala_zip.input = raw_input |
Referenced by main().