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?
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