Strings are separated on whitespace by default. If we code print(words_list), we'll see four values in the separated list.

Make sure to pick print followed by ( and then words_list, ).