Without running it, predict the output of the following?
for i in range(5, 0, -2): print("Value:", i)
for
while
if
elif
else