

What does this program print?
Trace the program the way the computer would, then make your call before running anything.
sky = ["wispy", "puffy"]
for cloud in sky:
print(cloud)

Trace the program the way the computer would, then make your call before running anything.
sky = ["wispy", "puffy"]
for cloud in sky:
print(cloud)