From 51f813ddfdce077256e26f0f70bb9668b9f7bced Mon Sep 17 00:00:00 2001 From: Suliman Sagindykov <115887342+SulimanSagindykov@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:29:41 +0500 Subject: [PATCH] Update README.md --- 002_Create_Digital_Clock/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/002_Create_Digital_Clock/README.md b/002_Create_Digital_Clock/README.md index 85bd9c9..23c13b0 100644 --- a/002_Create_Digital_Clock/README.md +++ b/002_Create_Digital_Clock/README.md @@ -7,7 +7,7 @@ # Create Digital Clock -In this class, you'll learn how to create digital clock and stopwatch using python +In this class, you'll learn how to create a digital clock and stopwatch using python **Digital Clock**

@@ -52,14 +52,14 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren' ![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png) -2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run. +2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run. 3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them `Kernel > Restart & Clear Output` This will clear all the outputs and now you can understand each statement and learn interactively. -If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again. +If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again. ---