If we want to use multiple words for a name, we need an underscore.
Which would be a good variable name for a list of friends in Python?
That's it! list_of_friends
is easy to read for both us and the computer.
In Python, it's better to join multiple words with an underscore.