I am learning how to use the coding. I typed like mood = happy
before. So, I looked the book "Coding for Kids Python" and I am clueless after I was told how to follow this the sentence. "Today, I feel curious!" with f-strings.
I typed this way:
print(f"Today, I feel {mood}.")
and it came "happy" instead curious. How to replace or switch the words happy to curious? Thanks.