When go is called, it will display Moving forward in the console. Using a print statement, code this behavior.
go
Moving forward
Make sure to pick print followed by ( and then "Moving forward", ).
print
(
"Moving forward"
)