(let (Keys '(one two three) Values (1 2 3)) (mapc println (mapcar cons Keys Values) ) )