Coding Challenge: Designing for Failure
Explore how to design for failure by implementing exception handling and retry strategies with the Tenacity library. This lesson guides you through cracking a 2-digit pin code while respecting delay constraints, helping you build more robust Python applications.
Problem
You are going to crack a 2 digit pin code in the following exercise. This pin code is used to open the locker of a bank.
However, there is a security system deployed at the bank locker that pin cannot be ...