Ranks can't be changed.
This comment is hidden because it contains spoiler information about the solution
I looked into it, for some reason rec_test was not defined in the global scope, and so was contradicting the description:
rec_test
All functions will be defined as top level functions, or top level object methods.
I have moved rec_test to top level, and I think that your code actually works now. Have a try and let me know if it is still broken.
Loading collection data...
Ranks can't be changed.
This comment is hidden because it contains spoiler information about the solution
I looked into it, for some reason
rec_test
was not defined in the global scope, and so was contradicting the description:I have moved
rec_test
to top level, and I think that your code actually works now. Have a try and let me know if it is still broken.This comment is hidden because it contains spoiler information about the solution