Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 11, 2021. It is now read-only.

Commit e73bb34

Browse files
✨ Index
1 parent 28e736d commit e73bb34

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

‎README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
11
# 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /