100-python-projects/Beginner-Debugging at main · bicky007/100-python-projects · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

readme.md

Debugging: How to Find and Fix Errors in your Code

Concepts Practised

  • Describing the Problem
  • Reproducing the Bug
  • Clear the issue
  • Playing Computer and Evaluating Each Line
  • Squashing bugs with a print() Statement
  • Using a Debugger

Exercises