I am very new to python and was wondering why this code does not work , I am pretty sure it is my incorrect use of or, however I do not quite understand how ia m supposed to use it. Here is my simple code
continue_shopping=int(input("press 0 to stop shopping and print your reciept or press 1 to continue shopping"))
if continue_shopping !=0 or !=1:
print("make sure you enter a valid number")