if Statements

How do you write a simple if statement?

An if statement consists of a conditional test on one line and a statement or block of statements that run if the test returns True. An if statement can also test a Boolean value and run if that value is True.