Skip to content

Commit 24ac3a0

Browse files
committed
updated readme
1 parent c042169 commit 24ac3a0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ Contains a step by step tutorial to learn python
33

44

55
Read in the following order:
6-
[1. Getting Started](./"1. Getting Started.ipynb")
7-
[2. Basics](./"2. Basics.ipynb")
8-
[3. Operators](./"3. Operators.ipynb")
9-
[4. Operators 2](./"4. Operators 2.ipynb")
10-
[5. Bitwise Operators](./"5. Bitwise Operators.ipynb")
11-
[6. Basic Types](./"6. Basic Types.ipynb")
12-
[7. Conditional Statements](./"7. Conditional Statements.ipynb")
13-
[8. Loops](./"8. Loops.ipynb")
14-
[9. Numbers](./"9. Numbers.ipynb")
15-
[10. Sequences](./"10. Sequences.ipynb")
16-
[11. Sets](./"11. Sets.ipynb")
17-
[12. Mappings](./"12. Mappings.ipynb")
18-
[13. Identity Operator](./"13. Identity Operator.ipynb")
19-
[14. Comprehensions](./"14. Comprehensions.ipynb")
20-
[15. Functions](./"15. Functions.ipynb")
6+
[1. Getting Started](1. Getting Started.ipynb)
7+
[2. Basics](2. Basics.ipynb)
8+
[3. Operators](3. Operators.ipynb)
9+
[4. Operators 2](4. Operators 2.ipynb)
10+
[5. Bitwise Operators](5. Bitwise Operators.ipynb)
11+
[6. Basic Types](6. Basic Types.ipynb)
12+
[7. Conditional Statements](7. Conditional Statements.ipynb)
13+
[8. Loops](8. Loops.ipynb)
14+
[9. Numbers](9. Numbers.ipynb)
15+
[10. Sequences](10. Sequences.ipynb)
16+
[11. Sets](11. Sets.ipynb)
17+
[12. Mappings](12. Mappings.ipynb)
18+
[13. Identity Operator](13. Identity Operator.ipynb)
19+
[14. Comprehensions](14. Comprehensions.ipynb)
20+
[15. Functions](15. Functions.ipynb)
2121

2222

2323

0 commit comments

Comments
 (0)