After adding the name, we use the = sign to store data inside the variable, like with username = "Jo".
=
username = "Jo"
Make sure to pick username, followed by =, and finally "Jo".
username
"Jo"