a = 5
b = 2
if a == 5:
    if b == 2:
        print True
    else:
        print False
else:
    print False