Values like True are called conditions. Statements relying on conditions are called conditionals.

Conditions decide if the code runs or gets skipped. They come in between if and the colon :.

Make sure to pick if, followed by True, and finally :.