We can use print() to view individual values like in the previous example or even the entire list.
print()
Great! If we want to display a list as part of a string, we need to convert it with str().
str()