Write a function group(L) that takes a list of integers. The function returns a 
list of
two lists one containing the even values and another containing the odd values.

it is a python question
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to