I have an if/else statement in my program, and the if statement checks 3 factors, one being if the input given from the user is a multiple of 5, and if it is not, it runs the program. I am currently using the modulus operator, but even when I input a multiple of 5 it still runs the program instead of moving on to the else statement.
Here is my code:
if(cost == 0) or (cost > 100) or (cost != 100%5):