Python exceptions exercises — write code that doesn’t break
Python exceptions exercises are where robust programming becomes second nature. You’ve seen the theory and built four complete programs. Now it’s time to solve challenges on your own — a password validator, a unit converter and a contact book with custom exceptions. As always: try to solve it yourself, use the hint if stuck for…
