condition = True print("This condition is true!") if condition else print("This condition is false!")