test = "yes" if test == "yes": print("This is a test.") else: print("This is no test.")