🐍 Python If-Else Practice Challenge 1

Drag the correct print() statement under each condition.
Watch the Python code build as you go — get confetti when it's perfect!

📋 Conditions

if age < 18:
elif age < 60:
else:

🎯 Code Lines

# Drag code lines to build the if-else statement!