You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,16 @@ As a self-learner of CS, I found this book to be a powerfully useful tool for le
7
7
This repo is designed to be a referential repository for others traversing this book without the aid of an instructor to check their solutions against mine. If you intend to learn to program using Python, you need to do the work. Please use this repo responsibly.
8
8
9
9
## Table of Contents
10
-
1. Computers and Programs
11
-
2. Writing Simple Programs
12
-
3. Computing With Numbers
13
-
4. Objects and Graphics
14
-
5. Sequences: Strings, Lists, and Files
15
-
6. Defining Functions
16
-
7. Decision Structures
17
-
8. Loop Structures and Booleans
18
-
9. Simulation and Design
19
-
10. Defining Classes
20
-
11. Data Collections
21
-
12. Object-Oriented Design
22
-
13. Algorithm Design and Recursion
10
+
1.[Computers and Programs](https://github.com/danyoungmusic93/zelle-python/tree/master/chap01)
0 commit comments