dictionary - Python AttributeError: 'dict' object has no ...
stackoverflow.com › questions › 48234473AttributeError: 'dict' object has no attribute 'append'. This is my code so far: for index, elem in enumerate (main_feeds): print (index,":",elem) temp_list = index,":",elem li = {} print_user_areas (li) while True: n = (input (' Give number: ')) if n == "": break else: if n.isdigit (): n=int (n) print (' ') print (main_feeds [n]) temp = main_feeds [n] for item in user: user ['areas'].append [temp]