Need help on a project To :"Create a class called BankAccount with the following parameters "

princeudo52 at gmail.com princeudo52 at gmail.com
Sat Dec 26 05:38:29 EST 2015


@ 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



More information about the Python-list mailing list