Question: In PYTHON , how would I repeat the loop after I've entered my characters and want it to say enter two charchters again? , it
In PYTHON , how would I repeat the loop after I've entered my characters and want it to say "enter two charchters" again? , it keeps reprinting the print statement and doesn't stop
i = input('Enter two characters:')
while(i != "quit"):
if(i == "M1"): print("Mathematics Freshman") else: print("Mathematics Sophmore")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
