if condition1 == "beef" or "lamb" or "venison", and condition2blv <= 5, and condition3 == "rare":
print condition2blv * 20
the problem seems to be the comma after "venison"
When I run it in powershell (windows) there is an arrow pointing to the comma I mentioned
condition1, condition2blv, condition3 are all variables from past functions, (involves raw_input())