x=(1==True) y=(2==False) z=(3==True) a=True+10 b=False+10 print("x is :",x) print("y is:",y) print("z is:",z) print("a is:",a