for i in range(0,len(records)): mylist.insert(i,("%10s%20s"%(records[i][0],records[i][1])))
This is the code I used.
This i