From eeb1bace006d7e39b5fd92fc7beb67c4d50887bb Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Tue, 11 Feb 2025 15:05:32 -0800 Subject: [PATCH] Updated Lists (markdown) --- Lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lists.md b/Lists.md index 583a2b1..e799d64 100644 --- a/Lists.md +++ b/Lists.md @@ -41,7 +41,7 @@ While the new item was added at the bottom in this example, it can be added anyw ## create list with item -The **create list with item** block lets you create a list that has the specified number of copies of an item. For example, the following blocks set the variable **words** to the list containing ["very", "very", "very"]. +The **create list with item** block lets you create a list that has the specified number of copies of an item. For example, the following blocks set the variable **words** to the list containing ["very", "very", "very", "very", "very"]. ![](list-create-list-with-item.png)