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?

list_of_friendslist of Friends

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.