We can create functions with a single parameter like display(first_name).
display(first_name)
Make sure to pick display followed by ( and then first_name, ).
display
(
first_name
)