The day variable is empty so far, so why don't we fix that? To do so, we use the = sign followed by a value.
day
=
Great! Now day stores the value Monday.
Monday
Make sure that you're adding the = sign first and the word "Monday" after.
"Monday"