From 72411d8484fc5dd4af9759770faeeb2426f35b61 Mon Sep 17 00:00:00 2001 From: Derek Hall <94722790+Hderek22@users.noreply.github.com> Date: Tue, 11 Jan 2022 20:10:20 -0500 Subject: [PATCH 1/2] Fixed README typo --- SNAKE_GAME/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SNAKE_GAME/README.md b/SNAKE_GAME/README.md index 27068d35..c67626a1 100644 --- a/SNAKE_GAME/README.md +++ b/SNAKE_GAME/README.md @@ -8,9 +8,9 @@ ## How to run - open you command line and navigate to the path of the file -- do a pip install curses && pip install random +- do a pip install curses & pip install random - then type python snake.py to run ## The game in action is like this: - \ No newline at end of file + From 0eda8a9c7fbd5ec85006e7467f044a2c5691aa20 Mon Sep 17 00:00:00 2001 From: Derek Hall <94722790+Hderek22@users.noreply.github.com> Date: Thu, 17 Feb 2022 23:21:47 -0500 Subject: [PATCH 2/2] Readme edit --- Alarm clock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alarm clock/README.md b/Alarm clock/README.md index d1304321..53ee70be 100644 --- a/Alarm clock/README.md +++ b/Alarm clock/README.md @@ -12,4 +12,4 @@ ![image](https://user-images.githubusercontent.com/70272542/142355637-6bda8e40-02bf-4bb6-955c-d7d7def5fc55.png) -

And that's it. Congratulations You have built your First Alarm clock in python👏👏

+

And that's it! Congratulations You have built your First Alarm clock in python👏👏