Update answer key to reflect renaming
This commit is contained in:
parent
e96ccc4494
commit
f35e258e7f
@ -104,9 +104,9 @@
|
|||||||
"___" [(fn [x] x)]}]
|
"___" [(fn [x] x)]}]
|
||||||
|
|
||||||
["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5]
|
["11_sequence_comprehensions" {"__" [[0 1 2 3 4 5]
|
||||||
(* index index)
|
(* x x)
|
||||||
(range 10)
|
(range 10)
|
||||||
(odd? index) (* index index)
|
(odd? x) (* x x)
|
||||||
[row column]
|
[row column]
|
||||||
]}]
|
]}]
|
||||||
|
|
||||||
|
@ -28,6 +28,6 @@
|
|||||||
(= [[:top :left] [:top :middle] [:top :right]
|
(= [[:top :left] [:top :middle] [:top :right]
|
||||||
[:middle :left] [:middle :middle] [:middle :right]
|
[:middle :left] [:middle :middle] [:middle :right]
|
||||||
[:bottom :left] [:bottom :middle] [:bottom :right]]
|
[:bottom :left] [:bottom :middle] [:bottom :right]]
|
||||||
(for [row [:top :middle :bottom]
|
(for [row [:top :middle :bottom]
|
||||||
column [:left :middle :right]]
|
column [:left :middle :right]]
|
||||||
__)))
|
__)))
|
||||||
|
Loading…
Reference in New Issue
Block a user