form = input("Please input your form name: ")
while form != "St Albans"or"York"or"Rochester"or"Rochester 2":
form = input("Please input your form name: ")
Why isnt this working?
It keeps on repeating itself no matter what, it is because of the "or"'s?