This repository contains my solutions to the exersises from The Python Workbook, by Ben Stephenson. All solutions are written in Python 3 🐍. The book consists of eight chapters and will contain separate solutions for each chapter.
Link of the book Book Link
- Introduction to Programming Exercises
- If Statement Exercises
- Loop Exercises
- Function Exercises -> 95, 97, 100, 103 this exercises not-solved
- List Exercises -> 120 not-solved
- Dictionary Exercises -> 140, 136 not-solved
- File and Exception Exercises -> 157, 156, 155, 154, 149 this exercises not-solved
- Recursion Exercises -> 168 not-solved
🐢