While loop only takes one condition
The while loop command only takes one condition or it’ll ignore them entirely. The script ends up running the program infinitely. I’ve tried running the keyboard condition as a variable. I’ve also tried a variable counter (while i < 4) as one of the conditions with the same results. Switching the conditions and putting them… Read More While loop only takes one condition