Assemble the if statement.
Make sure to pick if True:, followed by print("Show notifications").
if True:
print("Show notifications")