# Let's create a list with a few sample colors colors = ["Red", "Blue", "Orange", "Pink"] print(len(colors)) # Expected output - 4