I started out by building an array of pairs using mapcat : > (mapcat (fn [x] [x {:points 1200}]) teams) ("Chelsea" {:points 1200} "Man City" ...
確定! 回上一頁