From 72e07c2ef26d9210ac7a07ff48bdaf38fe86472c Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 28 Oct 2025 16:16:36 -0400 Subject: Auto from mac asahi - Tue 28 Oct 2025 04:16:36 PM EDT --- cs/6.0001 Introduction to Computer Science and Programming in Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cs/6.0001 Introduction to Computer Science and Programming in Python.md') diff --git a/cs/6.0001 Introduction to Computer Science and Programming in Python.md b/cs/6.0001 Introduction to Computer Science and Programming in Python.md index 3b37042..469b455 100644 --- a/cs/6.0001 Introduction to Computer Science and Programming in Python.md +++ b/cs/6.0001 Introduction to Computer Science and Programming in Python.md @@ -138,7 +138,7 @@ f"The area of a circle with radius {sum(radius)} is {math.pi * radius}" - for - Iterate over a sequence - while - Repeat a block of code as long as condition is true -# Control statement +## Control statement - break - exit current loop - continue - skip rest of current iteration and follow to the next iteration in loop - pass - null does nothing -- cgit v1.2.3