Login and get codingEver wanted to suppress an exception? Check out Python's
contextlib
module.In this Bite you refactor
sum_numbers
which has some nested try/except statements. Usesuppress
to make this logic cleaner/ more readable. Have fun and keep calm and code in Python!
219 out of 220 users completed this Bite.
Will you be the 220th person to crack this Bite?
Resolution time: ~26 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 2.82 on a 1-10 difficulty scale.
» You can do it! 😌