|
1 | 1 | # W3Schools Python Exercises
|
2 | | -📈 The solutions |
| 2 | + |
| 3 | +All the exercises of [Python in W3Schools](https://www.w3schools.com/python/exercise.asp) |
| 4 | +with explanations. |
| 5 | + |
| 6 | +## Index: |
| 7 | + - [Sintax](./src/01_Sintax) |
| 8 | + - [Comments](./src/02_Comments) |
| 9 | + - [Variables](./src/03_Variables) |
| 10 | + - [Data Types](./src/04_Data_Types) |
| 11 | + - [Numbers](./src/05_Numbers) |
| 12 | + - [String](./src/06_Strings) |
| 13 | + - [Booleans](./src/07_Booleans) |
| 14 | + - [Math Operators](./src/08_Operators) |
| 15 | + - [Lists](./src/09_Lists) |
| 16 | + - [Tuplas](./src/10_Tuplas) |
| 17 | + - [Sets](./src/11_Sets) |
| 18 | + - [Dictionaries](./src/12_Dictionaries) |
| 19 | + - [If and Else](./src/13_If_And_Else) |
| 20 | + - [While Loops](./src/14_While_Loops) |
| 21 | + - [For Loops](./src/15_For_Loops) |
| 22 | + - [Functions](./src/16_Functions) |
| 23 | + - [Lambda](./src/17_Lambda) |
| 24 | + - [Classes](./src/18_Clasess) |
| 25 | + - [Inheritance](./src/19_Inheritance) |
| 26 | + - [Modules](./src/20_Modules) |
| 27 | + |
| 28 | +Repository of the [Python W3Schools course](https://github.com/UltiRequiem/Python-Tutorial-W3Schools) |
0 commit comments