Code an if statement.
Make sure to pick if followed by True and then :, print, (, "Hi", ).
if
True
:
print
(
"Hi"
)