Hi! I have a small module that increments an integer from 0 to 3. My problem is that when it reaches 3, I don’t want it to print more than once.
How should I do that?
Hi! I have a small module that increments an integer from 0 to 3. My problem is that when it reaches 3, I don’t want it to print more than once.
This works!! Thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.