Skip to content

Files

Latest commit

 

History

History
11 lines (11 loc) · 698 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 698 Bytes

Day 13 - Debugging: How to Find and Fix Errors in your Code

Concepts Practised

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

Exercises