-- your code goes here a = {} table.insert(a,a) for k,v in pairs(a) do print(v, k) end print(a)