Skip to content

Commit bee0811

Browse files
authored
Create readme.md
1 parent bb89e49 commit bee0811

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Beginner-Debugging/readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 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
11+
- [Exercise 3](https://github.com/phillipai/100-days-of-code-python/tree/main/day13/Exercise%203%20-%20Debugging%20FizzBuzz): Debugging FizzBuzz

0 commit comments

Comments
 (0)