Python Programming (Basics)- Debugging & Types of errors
Debugging and Types of errors in Python Debugging Errors occurring in programming are called as bugs.The process of tracking this bugs is called as debugging. There are three types of errors that can occur while coding : Syntax Error, Runtime Error and Semantic Error. Syntax Error The syntax is a defined structure or set of … Read more