I need the user to type 17 OR 18 and if they type a different number the computer should say error else it should say thanks

if Age !="17" or "18" :
print("Error please try again")
elif Age == "17" or "18":
print("thanks")