Refactor the to-rna function and add clojure.string/join to return the RNA value as a string (defn to-rna [dna] (clojure.string/join (map (fn [nucleotide] ...
確定! 回上一頁