what is the use of 'except' while coding as programmer focus more on making the code correct rather than writing the error by himself please tell if their is some important use of this inbuilt function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the use of 'except' while coding as programmer focus more on making the code correct rather than writing the error by himself please tell if their is some important use of this inbuilt function

28th Aug 2016, 9:43 AM
Anurag
Anurag - avatar
2 Answers
+ 3
you don't start using exceptions from the begin but if you work in a team, later your code needs exception handling
28th Aug 2016, 4:53 PM
Phil origin
Phil origin - avatar
0
in a program that interacts with the user, a good code is that anticipates the errors in the inputs of the user, for example, without crash the progam.
16th Sep 2016, 4:01 PM
carberlaf