Yes I also had same problem
the ques was as follows or something similar:
def func(c1,c2):
if (a<c1<z) and ( a<c2<z):
return False
if (a>c1>z) and ( a>c2>z):
return False
return True
We were asked to answer the output of this but there was no parameters given as such to run this func on.