I tried to make a quiz game but one question does not work. it will say well done even if you got it incorrect here is a bit of the code i used on python 3.5.3
turkeycapital=input ("what is the capital of turkey ")
if turkeycapital == "Ankara" or "ankara":
print ("very smart")
points=points+1
else:
("that was hard")
