

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
items = [10, 20, 30] print(len(items))


Trace the program the way the computer would, then make your call before running anything.
items = [10, 20, 30] print(len(items))