For a start, we can use variables inside functions. Like creating name = "Ron" and using it in the display statement.
name = "Ron"
Make sure to pick name, followed by =, and finally "Ron".
name
=
"Ron"