Write a function group(L).

Mohammed Ahmed moh.ahm1166 at gmail.com
Fri Apr 21 16:01:51 EDT 2017


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



More information about the Python-list mailing list