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

princeudo52 at gmail.com princeudo52 at gmail.com
Fri Dec 25 18:09:54 EST 2015


#my solution is:
def manipulate_data(dic,dict_data = {'name':'prince','age':21,'sex':'male'}):
  return dict_data.keys()

def manipulate_data( alist, list_data = [2,8,16,23,14]):
  return list_data.reverse()

def manipulate_data(aset, set_data = {"bee","cee","dee"}):
  set_data = {"bee","cee","dee"}
  set_data.update("ANDELA","TIA","AFRICA")
  return dictionary_data
#please what is wrong with my code



More information about the Python-list mailing list