Control program flow based on comparisons or tests.
if condition_satisfies: #run this block of code
if age >= 18: print("You are an adult.")