From 1909bccb77e10f5613626eef37cfd35a05ceda20 Mon Sep 17 00:00:00 2001 From: Stefan Guseinov <22242004+mrguseinov@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:02:18 +0300 Subject: [PATCH] Update chapter 2 quiz questions (#46) --- chapters/chapter-02/chapter-02-quiz-1.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/chapter-02/chapter-02-quiz-1.ipynb b/chapters/chapter-02/chapter-02-quiz-1.ipynb index 10571e5..d3c25d7 100644 --- a/chapters/chapter-02/chapter-02-quiz-1.ipynb +++ b/chapters/chapter-02/chapter-02-quiz-1.ipynb @@ -188,7 +188,7 @@ "\n", "### Question 5\n", "\n", - "Which of the following elements of a mathematical expression is evaluated first in Python?\n", + "Which of the following is evaluated first in Python?\n", "\n", "1. Addition `+`\n", "2. Subtraction `-`\n", @@ -374,7 +374,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.3" + "version": "3.12.2" } }, "nbformat": 4,