from traceback import format_exc
   
 except Exception:
        print(format_exc())

  

相关文章: