Problem in Running code in Shot Checker

Hi there,
I just can’t run my code and it suggested me to leave or wait.
Several times I refreshed even with ctrl+f5 but failed again.

It sounds like you may have a loop that never ends, eg repeat() without a number.

If that doesn’t help, you can share your code so we have something to look at :slightly_smiling_face:

you know what?
I think you are right :slight_smile: my repeat was using intervals which were not required to be open, I will work on it now. Thank you for your assistance.:folded_hands: :folded_hands:

1 Like

You’re very welcome.

In the future, please do include your complete solution when asking for help. (Use preformatted code blocks and not screenshots!)

1 Like

Thanks. I’ll add a guard for this exercise to stop that.

2 Likes

Sure, Thank you again.

1 Like