From 8c00181c1d55f7ae7f61c634be98a527d6dcad44 Mon Sep 17 00:00:00 2001 From: Pulkit Krishna Date: Fri, 28 Feb 2025 11:06:14 +0530 Subject: [PATCH] Update README.md --- coursepages/intro-cs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coursepages/intro-cs/README.md b/coursepages/intro-cs/README.md index 1545fc3..9a5a418 100644 --- a/coursepages/intro-cs/README.md +++ b/coursepages/intro-cs/README.md @@ -17,7 +17,7 @@ This course is under review. The course has been designed to accommodate people 1. Open the [course link](https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-programming-using-python-fall-2022/pages/material-by-lecture/) given above. You will see a list of Lectures. 2. Clicking on the link of a particular lecture will present all the materials from that lecture to you. 3. Work through all the course lectures as given in the link above. Watch the videos, do the finger exercises, and then solve the problem sets. -4. You are not supposed to complete the problem sets as soon as they appear on a lecture page. You are supposed to start think about it from that point. The actual due dates, according to the [course calendar](https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-programming-using-python-fall-2022/pages/calendar/) are: +4. You are not supposed to complete the problem sets as soon as they appear on a lecture page. You are supposed to start thinking about it from that point. The actual due dates, according to the [course calendar](https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-programming-using-python-fall-2022/pages/calendar/) are: - PSET 0 - Before lecture 1 - PSET 1 - Before lecture 9