From a16475353bb478cdaf1dbba08d6ec8aecbf71620 Mon Sep 17 00:00:00 2001 From: Michael Loveys Date: Wed, 8 Sep 2021 16:28:51 +0000 Subject: [PATCH] update readme --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index e69de29..d6b73eb 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,10 @@ +## PY4E Solutions +This repository contains the files for each of the assignments while I was taking the PY4E courses: + +[Programming for Everybody (Getting Started with Python)](https://www.edx.org/course/programming-for-everybody-getting-started-with-pyt)
+[Python Data Structures](https://www.edx.org/course/python-data-structures) + +Assignment/readme.md - The problem provided for the assignment
+Assignment/main.py - The solution created for the assignment + +Any additional files that are needed by the solution are included in the folder \ No newline at end of file