python accumulating while loop keeps repeating what did i do wrong?
问题 I can't figure out what I am doing wrong. I have tried using a break, and tried setting what the variable !=, I am doing this on cengage and it is very finnicky. """ LeftOrRight.py - This program calculates the total number of left-handed and right-handed students in a class. Input: L for left-handed; R for right handed; X to quit. Output: Prints the number of left-handed students and the number of right-handed students.""" rightTotal = 0 # Number of right-handed students. leftTotal = 0 #