← Back to Explore
💻
Code Quest
Read the code, predict the output. Learn Python along the way!
📅 10 fresh puzzles daily from a pool of 33+ challenges
beginnerConditions
1 / 10If-Else Path
Conditions are forks in the road — the program picks a path.
score = 85
if score >= 90:
print("A")
elif score >= 80:
print("B")
else:
print("C")
What grade is printed?
📚
Track your learning journey
Create a free account in seconds
- ✓ Save quiz scores & course progress
- ✓ Pick up where you left off on any device
- ✓ Unlock all premium courses & content