#Help!!

1 messages · Page 1 of 1 (latest)

peak parcelBOT
#

This post has been reserved for your question.

Hey @lone goblet! Please use /close or the Close Post button 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.

lone goblet
#

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]]

clear vapor
#

you're using arrays of the same size are the input, the arrays in the final output need to be shruken down

lone goblet
#

i dont understand where in my code went wrong for that

#
                    continue;
                }```
#

i thought this line should cover that case

clear vapor
#

that's different than the code you showed, and wouldn't error

#

have you tried running that

lone goblet
#

yes i just did

#

i changed it thinking that it would fix it

clear vapor
#

yeah seems to me like that should handle it

lone goblet
#

yeah not sure why its not

#

its weird