{{ currentExercise.title }}
solution.py
Ctrl+Enter to run
Output
{{ output }}
Output will appear here...
✅ Correct! {{ isCompleted(currentExercise.id) && attemptCount === 1 ? 'You already completed this one.' : `+${currentExercise.xp} XP earned!` }}
❌ Not quite — expected:
{{ currentExercise.expectedOutput.replace(/\n/g, '↵') }}
Hint {{ i + 1 }}: {{ hint }}
No more hints available.