Guys is there any way so that I can retrieve status value with mylist['status'] 
mylist = {
   "results" : [
      {
         "address_components" : [
            {
               "long_name" : "Winnetka",
               "short_name" : "Winnetka",
               "types" : [ "locality", "political" ]
            },
         ],
   ],
   "status" : "OK"
}
 
     
     
    