@ cameron, are u sure this solution u gave me works here is what i am getting, i am really having headache, some-one should please have mercy: def manipulate_data(list_data, set_data): if list_data == ["apples", "orange", "mangoes"]: for i in reversed(set_data): return i elif list_data == {}
and this is the erro: File "python", line 5 elif list_data == {} ^ SyntaxError: invalid syntax -- https://mail.python.org/mailman/listinfo/python-list