0

Can You Write The Error Types at Python 3 Here?

I need to learn the error types to write a code. Can you help me about this?

15th Dec 2020, 8:39 AM
YaSeAr
YaSeAr - avatar
1 Respuesta
+ 3
Is this what you are talking about? try: #some code except: print("Some Costumized Error") Or this? - - - - - - - - - - - - - - - - - - - - All Python different Exceptions or Errors.👇 https://www.programiz.com/python-programming/exceptions
15th Dec 2020, 8:46 AM
noteve
noteve - avatar