http://zzslgnlst7nqevy4lk4gt45dawmurnvfiqwuaevbr3no55fhh622wfqd.onion/Articles/2:Python_language_features.php
Для начала узнаем, зачем люди обращаются к чёрной магии BaseException .
Есть такая хрень как KeyboardInterrupt ... try: # some code raise KeyboardInterrupt except Exception as e: print (f "{ type (e)}: { str (e)}" ) Бац! Мы закрыли щитом тело, а стрелу получили в голову!