


PREDICT · READ BEFORE YOU WRITE
What does this program print?
Read the program like the computer would, then call the output before you run anything.
clouds = 3
if clouds > 5:
print('Many clouds')
else:
print('Few clouds')