Replies: 1 comment 1 reply
-
|
Nevermind, I think I figured it out. I didn't realize that and are different things. A one-dimensional array, v/s a two dimensional array. And the task was to just wrap the input inside an array. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I'm trying to make sense of challenge 3 in arrays tutorial:
First off, I have no idea what this "1-row leading axis" might be. Perhaps I didn't read the tutorial close enough.
But even worse, when I look at the examples in this challenge, they make no sense to me either:
Like, the the expected output is exactly the same as the input?
I tried solving it by the identity function
∘. But that answer was rejected.There must be something about the expected output that's invisible to my eye.
Beta Was this translation helpful? Give feedback.
All reactions