Add print("Hi there!"); to the code block of the while loop.
print("Hi there!");
while
Make sure to pick print followed by ( and then "Hi there!", ).
print
(
"Hi there!"
)