Can You Write The Error Types at Python 3 Here? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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