(defn- get-total-word-count-for-band-songs [t]. (let [d (for [[k v] t]. [k (count (clojure.string/split v #"s+"))])]. d)). ```clojure.
確定! 回上一頁