Skip to main content

I am facing this issue while solving the bot games  Cyber Loss Prevention.How to solve this

 

@soumyadeep_c I can replicate that error, but only by having an empty table.

I would say your query on line 12 is not returning any results, causing an empty table to be created. Then index 0 of that table is invalid, causing the error above.


Reply