home
Learn
screen_rotation
colors = ['red', 'green', 'blue'] list_length = len(colors) print(list_length)
Program Output
3