Variables are called variables because the values they store can change.
Use the = sign to change the value in status from "Watching Netflix" to "Relaxing at the beach".
=
status
"Watching Netflix"
"Relaxing at the beach"
Make sure to pick the = sign.