y = if x is 6: print "yes" print "test" else print "no" print "test"