I am trying to create multiple key : value pairs in a dict comprehension like this:
{\'ID\': (e[0]), \'post_author\': (e[1]) for e in wp_users}