Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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