From 0effb04b28733aa74af0be0fbd9ebe1ef14541d3 Mon Sep 17 00:00:00 2001 From: Manisha Nair Date: Tue, 5 Mar 2024 12:20:37 +0530 Subject: [PATCH] Update 2-lists.md Fixed the type and punctuation of Programming exercise: Only these numbers --- data/part-3/2-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-3/2-lists.md b/data/part-3/2-lists.md index 4cee6ac72..ed6977cc3 100644 --- a/data/part-3/2-lists.md +++ b/data/part-3/2-lists.md @@ -1269,7 +1269,7 @@ The exercise template contains a base that reads numbers from the user and adds -Expand the program to ask for a start and end indices once it has finished asking for numbers. After this the program shall prints all the numbers in the list that fall in the specified range (between the indices given by the user, inclusive). You may assume that the user gives indices that match some numbers in the list. +Expand the program to ask for start and end indices once it has finished asking for numbers. After this, the program shall print all the numbers in the list that fall within the specified range (between the indices given by the user, inclusive). You may assume that the user gives indices that match some numbers in the list.