0
How we can know about Errors , like if we get nameError then how we will find that for what this Error is indicating
Nothing to describe
2 Respuestas
+ 5
You should know the means of each error like nameError says that an unknown variable defined. Same for syntaxError, TypeError, ZeroDivisionError means if you devide by 0 value then this error raise.
0
Dhanyawad🙏🏻