Compito๐ shown in EN
๐ **Question:** Implement `backoff_delays(attempts, base=1.0, factor=2.0, max_delay=60.0)` using full jitter. Use `random.seed(0)`. Print the delays for 5 attempts.
๐ Pick the right answer.
๐ก **Hint:** Re-read the theory above if unsure.