reply=float(raw_input("Enter your choice: "))
if reply!=1 or reply!=2:
print "Not a Valid Choice"
i cant use while loops other wise i prob wouldve done so. Basically im trying to get the user input to only allow the numbers 1 or 2. anything else should give a not a valid choice. i tried it and it works with numbers but when the user enters nothing or letters it gives the traceback error