I’m working on a program that is a “proof” of concept, not so much a useful finished product. But, this program uses a lot of k-rate loops, and when I try to insert print statements into these loops, it prints things that are not at all what I am expecting. All this despite the program doing things very unexpectedly. Structurally, it appears my program is working, but I can’t quite figure out why it doesn’t produce the results I am expecting.
Any suggestions would be appreciated!