From 97b97d6770b92990967dbaab9f2cc2ee2a52a373 Mon Sep 17 00:00:00 2001 From: SomiZ <116781266+SomiZ@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:06:33 -0500 Subject: [PATCH] Update MCQ.md --- session_05_extra_midterm/MCQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session_05_extra_midterm/MCQ.md b/session_05_extra_midterm/MCQ.md index d8f4c97..b16c658 100644 --- a/session_05_extra_midterm/MCQ.md +++ b/session_05_extra_midterm/MCQ.md @@ -25,7 +25,7 @@ L = {'1':1, '2':2, '3':3} - All of the above. - None of the above. -✅ **Correct Answer:** The loop will always immediately terminate. +✅ **Correct Answer:** All of the above. ### Question 3 **In Python, which of the following is a mutable object?**