2011-03-09 20:10:11 UTC
suppose list2 = ['oranges','apple','oranges','oranges']
I want to return orange and apple for list1
and for list2 ... orange
how can i do this with no loops in python? just if statements and using recursion that way