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. ---