This error isn’t confusing at all
The reason for this is that the checker is expecting a numerical 8. Ensure that you have an integer 8
, not a string '8'
.
The reason for this is that the checker is expecting a numerical 8. Ensure that you have an integer 8
, not a string '8'
.