Home > OS >  [python3] about the except Exception as e
[python3] about the except Exception as e

Time:09-16

I have
Try:
Some code
Except the Exception as e:
Print (e)
But the output a blank line, what is this error, how to solve, thank you very much!
  • Related