[Solved] difficulty figuring out what is wrong in my code [closed]
Edit: I didn’t catch what the other two answers said about how you’ve changed Class so that it will never equal 1, 2, 3. changing your if clauses to if Class == “1.txt”: #code elif Class == “2.txt”: #code elif Class == “3.txt”: #code else: #code to deal with Class not being what you think … Read more