Skip to content
dreamcode
dreamcode
Back to lesson
Practice · If-else
PredictArrangeFill in
+20 XP on finish
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')