8000 Update 2-lists-are-mutable-sequences.py · rkpayah/python-basics-exercises@6436816 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6436816

Browse files
authored
Update 2-lists-are-mutable-sequences.py
1 parent b0aff3e commit 6436816

File tree

< 8000 span role="tooltip" aria-label="Collapse file tree" id="expand-button-file-tree-button" class="Tooltip__TooltipBase-sc-17tf59c-0 hWlpPn tooltipped-se">

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch09-lists-tuples-and-dictionaries/2-lists-are-mutable-sequences.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
# Exercise 2
11-
# Append the string "broccolo" to the food list using .append()
12-
food.append("brocolli")
11+
# Append the string "broccoli" to the food list using .append()
12+
food.append("broccoli")
1313

1414

1515
# Exercise 3

0 commit comments

Comments
 (0)
0