You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Day 13 - Debugging: How to Find and Fix Errors in your Code
2
+
## Concepts Practised
3
+
- Describing the Problem
4
+
- Reproducing the Bug
5
+
- Playing Computer and Evaluating Each Line
6
+
- Squashing bugs with a print() Statement
7
+
- Using a Debugger
8
+
## Exercises
9
+
-[Exercise 1](https://github.com/phillipai/100-days-of-code-python/tree/main/day13/Exercise%201%20-%20Debugging%20Odd%20or%20Even): Debugging Odd or Even
10
+
-[Exercise 2](https://github.com/phillipai/100-days-of-code-python/tree/main/day13/Exercise%202%20-%20Debugging%20Leap%20Year): Debugging Leap Year
0 commit comments