create a dictionary from a list where key is the element of the list and value is the 5 th element of teh ist code example
Example: how to load multiple list of dictionary values which is stored in python file and load into another python file in python over loop
for d in datathing: # remember that datathing is a list
print(d['created_on'], '--',
d['status'] + ':')
print(d['body'])
print("")