π Preview mode. The first 15 Foundations lessons are free; this one is Pro. Start a 7-day trial to unlock the editor, AI hints and the rest of the curriculum. Card required, cancel any time in Dashboard.Start 7-day trial β
Fix `retry` so:
1. `ConnectionError` triggers up to 3 attempts.
2. `ValueError` propagates immediately (no retry).
The output must be exactly:
```
attempt 1
attempt 2
attempt 3
caught: still failing
attempt 1
caught: bad input
```
βοΈ Write your code here
π
Loading Python...
One-time download (~1 MB). Then it runs instantly.