From 6f8379f94910b5db1442a3d3ad365561fcdbf121 Mon Sep 17 00:00:00 2001 From: chrehall68 <60240707+chrehall68@users.noreply.github.com> Date: Sat, 18 Dec 2021 15:15:48 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 334bfec9..e2dfa533 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,14 @@ Source code from Code For Tomorrow's Python course ![Python (Lint Action)](https://github.com/code-for-tomorrow/python/workflows/Python%20(Lint%20Action)/badge.svg) ## Difficulty Level -Source code is organized under 3 difficulty levels: +Source code is organized under 4 categories: 1. `1_beginner` 2. `2_intermediate` 3. `3_advanced` +4. `games` ## Chapters -Under each of the 3 packages, source code is further divided by chapter. +Under each of the 4 packages, source code is further divided by chapter. ### Beginner 1. `chapter1` Intro to Python 2. `chapter2` Data