From 0de1191845172e4e373ee8d03c84830e330c2f6b Mon Sep 17 00:00:00 2001 From: vidagottinrohin-debug Date: Tue, 30 Sep 2025 22:22:00 +0530 Subject: [PATCH] Update 09-Objects and Data Structures Assessment Test.ipynb --- .../09-Objects and Data Structures Assessment Test.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb b/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb index 6b94d5182..9c2a18c4b 100644 --- a/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb +++ b/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb @@ -76,7 +76,7 @@ "Answer these 3 questions without typing code. Then type code to check your answer.\n", "\n", " What is the value of the expression 4 * (6 + 5)\n", - " \n", + " \n",44 " What is the value of the expression 4 * 6 + 5 \n", " \n", " What is the value of the expression 4 + 6 * 5 "