#Help!!
1 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @lone goblet! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
the output of my code is:
[[1, 2, 3, 4, 5], [6, 7, 8, 9, 0]]
[[1, 2, 0, 0, 3, 4, 5, 0], [6, 7, 8, 0, 0, 9, 0, 0]]
[[1, 2, 0, 0, 3, 4, 5, 0], [5, 0, 0, 0, 0, 0, 0, 0], [0, 0, 9, 0, 0, 0, 0, 0]]
you're using arrays of the same size are the input, the arrays in the final output need to be shruken down
how do i get rid of the 2nd count of 5 in the last output?
i dont understand where in my code went wrong for that
continue;
}```
i thought this line should cover that case
that's different than the code you showed, and wouldn't error
have you tried running that
yeah seems to me like that should handle it